We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9037ba + 817c956 commit 2f5722dCopy full SHA for 2f5722d
.github/workflows/interop-tests.yml
@@ -1,7 +1,6 @@
1
on:
2
schedule:
3
- cron: "30 5 * * *"
4
- push:
5
jobs:
6
interop:
7
runs-on: ubuntu-latest
@@ -19,4 +18,4 @@ jobs:
19
18
- run: BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
20
- run: BROWSER=${{matrix.browserB}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
21
- run: Xvfb :99 &
22
- - run: BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 npm run mocha test/interop/connection.js
+ - run: BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/mocha test/interop/connection.js
0 commit comments