Skip to content

Commit

Permalink
ci: temporarily disable tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot committed Nov 8, 2019
1 parent 7f15cb9 commit 2bd9fb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -127,7 +127,10 @@ jobs:
npm-${{ runner.os }}-
- name: Install dependencies
run: npm ci --ignore-scripts --no-audit --prefer-offline --progress=false
- name: Test
- # The following conditional can be removed once tests are fully
# migrated.
if: runner.os != 'Windows'
name: Test
run: npm run test
strategy:
fail-fast: true
Expand Down

0 comments on commit 2bd9fb1

Please sign in to comment.