File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
schedule :
3
3
- cron : " 30 5 * * *"
4
+
4
5
jobs :
5
6
interop :
6
7
runs-on : ubuntu-latest
17
18
- run : npm install
18
19
- run : BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
19
20
- run : BROWSER=${{matrix.browserB}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
21
+ - run : sudo rm /usr/bin/chromedriver # remove preinstalled github chromedriver from $PATH
20
22
- run : Xvfb :99 &
21
23
- 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 24
24
- uses : actions/setup-node@v3
25
25
- run : npm install
26
26
- run : BROWSER=${{matrix.browser}} BVER=${{matrix.version}} ./node_modules/travis-multirunner/setup.sh
27
+ - run : sudo rm /usr/bin/chromedriver # remove preinstalled github chromedriver from $PATH
27
28
- run : Xvfb :99 &
28
29
- run : BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run jest -- --retries=3
Original file line number Diff line number Diff line change 29
29
" '**/third_party/*.js'"
30
30
],
31
31
"devDependencies" : {
32
- "chromedriver" : " >98.0.1" ,
33
32
"eslint" : " ^8.9.0" ,
34
33
"eslint-config-google" : " ^0.14.0" ,
35
34
"eslint-plugin-jest" : " ^27.4.0" ,
You can’t perform that action at this time.
0 commit comments