Skip to content

Commit 063af70

Browse files
committed
Run more tests on Windows
1 parent 9178df2 commit 063af70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,12 @@ jobs:
329329
if: runner.os != 'Windows'
330330
run: node scripts/test.js -all
331331

332-
- name: Run gentype tests
333-
if: runner.os != 'Windows'
334-
run: make -C tests/gentype_tests/typescript-react-example clean test
335-
336332
- name: Run tests (Windows)
337333
if: runner.os == 'Windows'
338-
run: node scripts/test.js -mocha -theme -format
334+
run: node scripts/test.js -mocha -node -bsb -format
335+
336+
- name: Run gentype tests
337+
run: make -C tests/gentype_tests/typescript-react-example clean test
339338

340339
- name: Build playground compiler
341340
if: matrix.build_playground

0 commit comments

Comments
 (0)