Skip to content

Commit

Permalink
CI: run jest with --forceExit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 11, 2024
1 parent 4e44dd1 commit 2ef524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-client-aiortc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: npm run lint:node

- name: npm run test
run: npm run test
run: npm run test -- --forceExit
env:
DEBUG: 'mediasoup-client-aiortc:WARN* mediasoup-client-aiortc:ERROR*'
PYTHON_LOG_TO_STDOUT: 'true'

0 comments on commit 2ef524e

Please sign in to comment.