Skip to content

Commit

Permalink
Run more tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Oct 2, 2024
1 parent 9493c6c commit b6053ab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,12 @@ jobs:
if: runner.os != 'Windows'
run: node scripts/ciTest.js -all

- name: Run gentype tests
if: runner.os != 'Windows'
run: make -C jscomp/gentype_tests/typescript-react-example clean test

- name: Run tests (Windows)
if: runner.os == 'Windows'
run: node scripts/ciTest.js -mocha -theme -format
run: node scripts/ciTest.js -mocha -node -bsb -format

- name: Run gentype tests
run: make -C jscomp/gentype_tests/typescript-react-example clean test

- name: Build playground compiler
if: matrix.build_playground
Expand Down

0 comments on commit b6053ab

Please sign in to comment.