Skip to content

Commit

Permalink
Revert "disable type checks in Windows"
Browse files Browse the repository at this point in the history
This reverts commit 79bc9d9.
  • Loading branch information
christian-bromann committed Nov 25, 2021
1 parent 79bc9d9 commit 9eb2ab5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
- name: Bootstrap Packages
run: npm run setup-full
- name: Lint / Dependencies / Unit / Smoke Tests
# 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
run: npm run test
- name: E2E Protocol Tests
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit 9eb2ab5

Please sign in to comment.