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 11on :
22 schedule :
33 - cron : " 30 5 * * *"
4+
45jobs :
56 interop :
67 runs-on : ubuntu-latest
1718 - run : npm install
1819 - run : BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
1920 - 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
2022 - run : Xvfb :99 &
2123 - 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 2424 - uses : actions/setup-node@v3
2525 - run : npm install
2626 - 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
2728 - run : Xvfb :99 &
2829 - 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 2929 " '**/third_party/*.js'"
3030 ],
3131 "devDependencies" : {
32- "chromedriver" : " >98.0.1" ,
3332 "eslint" : " ^8.9.0" ,
3433 "eslint-config-google" : " ^0.14.0" ,
3534 "eslint-plugin-jest" : " ^27.4.0" ,
You can’t perform that action at this time.
0 commit comments