File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- image : node:14.15.4
1+ image : buildkite/puppeteer:5.2.1
22stages :
33 - test
44
@@ -11,7 +11,6 @@ variables:
1111test :
1212 stage : test
1313 script :
14- - sudo npm install -g puppeteer --unsafe-perm=true
15- - npm install mocha-headless-chrome -g
14+ - npm install
1615 - if [ -z $API_KEY ]; then echo "Algorithmia API key not defined"; exit 1; fi
1716 - npm test
Original file line number Diff line number Diff line change 44 "description" : " algorithmia-js client lib" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " mocha-headless-chrome -f test/testRunner.html?key=\" $API_KEY\" -r nyan "
7+ "test" : " mocha-headless-chrome -f test/testRunner.html?key=\" $API_KEY\" -r nyan -a no-sandbox "
88 },
99 "repository" : {
1010 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments