Skip to content

Commit

Permalink
Merge pull request webrtc#1580 from fippo/fix-nightly
Browse files Browse the repository at this point in the history
test: change interop test to run mocha instead of mocha npm script
  • Loading branch information
fippo authored Oct 20, 2022
2 parents e9037ba + 817c956 commit 2f5722d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/interop-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
schedule:
- cron: "30 5 * * *"
push:
jobs:
interop:
runs-on: ubuntu-latest
Expand All @@ -19,4 +18,4 @@ jobs:
- run: BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
- run: BROWSER=${{matrix.browserB}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
- run: Xvfb :99 &
- 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 comments on commit 2f5722d

Please sign in to comment.