Skip to content

Commit

Permalink
disable type checks in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 25, 2021
1 parent 75e59d7 commit 79bc9d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Bootstrap Packages
run: npm run setup-full
- name: Lint / Dependencies / Unit / Smoke Tests
run: npm run test
# ToDo(Christian): fix type tests on Windows
# (https://github.com/webdriverio/webdriverio/issues/7751)
run: npx run-s test:depcheck test:eslint test:coverage test:smoke
- name: E2E Protocol Tests
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit 79bc9d9

Please sign in to comment.