File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
- run : npm install
19
19
- run : sudo rm /usr/bin/chromedriver /usr/bin/geckodriver # remove preinstalled github chromedriver/geckodriver from $PATH
20
20
- run : Xvfb :99 &
21
+ - run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node test/download-browsers.js
21
22
- run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/jest --retries=3 test/interop/
Original file line number Diff line number Diff line change 20
20
"start" : " http-server . -c-1" ,
21
21
"test" : " npm run eslint && npm run stylelint" ,
22
22
"eslint" : " eslint 'test/**.js' 'src/content/**/*.js'" ,
23
- "jest" : " node test/download-browsers.js && jest --testTimeout 5000 --maxWorkers=1 test/download.test.js src/content/" ,
23
+ "jest" : " node test/download-browsers.js && jest --testTimeout 5000 --maxWorkers=1 src/content/" ,
24
24
"stylelint" : " stylelint 'src/**/*.css'"
25
25
},
26
26
"eslintIgnore" : [
You can’t perform that action at this time.
0 commit comments