Skip to content

Commit

Permalink
Do not check types on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 25, 2021
1 parent 376232c commit 794de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -85,6 +85,6 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm test
run: npm run ci:test:only
env:
CI: true

0 comments on commit 794de34

Please sign in to comment.