Skip to content

Commit

Permalink
Revert "Let's try to run worker lint/test on Windows CI"
Browse files Browse the repository at this point in the history
This reverts commit 64709ce.
  • Loading branch information
ibc committed Jan 1, 2024
1 parent 64709ce commit b098c62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,18 @@ jobs:
# We need to install npm deps of worker/scripts/package.json.
- name: npm ci --prefix worker/scripts
run: npm ci --prefix worker/scripts --foreground-scripts
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

- name: invoke -r worker lint
run: invoke -r worker lint
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

- name: invoke -r worker mediasoup-worker
run: invoke -r worker mediasoup-worker

- name: invoke -r worker test
run: invoke -r worker test

# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

0 comments on commit b098c62

Please sign in to comment.