Skip to content

Commit

Permalink
Let's try to run CI in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 11, 2024
1 parent 7148177 commit f74cb1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mediasoup-client-aiortc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node: 20
- os: macos-12
node: 20
- os: windows-2022
node: 20

runs-on: ${{ matrix.ci.os }}

Expand Down Expand Up @@ -53,4 +55,7 @@ jobs:
run: npm run lint:node

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

0 comments on commit f74cb1b

Please sign in to comment.