File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 "prepublishOnly" : " npm login --registry https://wombat-dressing-room.appspot.com" ,
1616 "start" : " blockly-scripts start" ,
1717 "test" : " npm run test:mocha && npm run test:wdio" ,
18- "test:ci" : " npm run test:mocha && npm run test: wdio:ci" ,
18+ "test:ci" : " npm run test:wdio:ci" ,
1919 "test:mocha" : " blockly-scripts test" ,
2020 "test:wdio" : " npm run wdio:clean && npm run wdio:run" ,
2121 "test:wdio:ci" : " npm run wdio:clean && npm run wdio:run:ci" ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export async function driverSetup(
7979 // Run in headless mode on Github Actions.
8080 if ( process . env . CI ) {
8181 options . capabilities [ 'goog:chromeOptions' ] . args . push (
82- '--headless' ,
82+ '--headless=new ' ,
8383 '--no-sandbox' ,
8484 '--disable-dev-shm-usage' ,
8585 ) ;
You can’t perform that action at this time.
0 commit comments