webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.75k stars 5.69k forks source link

test: change interop test to run mocha instead of mocha npm script #1580

Closed fippo closed 1 year ago

fippo commented 1 year ago

since package.json contains a "mocha" script/task this was running this task with the usual tests done on every PR instead of the actually intended interop tests.

Also removes the on-push trigger