We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9178df2 commit 063af70Copy full SHA for 063af70
.github/workflows/ci.yml
@@ -329,13 +329,12 @@ jobs:
329
if: runner.os != 'Windows'
330
run: node scripts/test.js -all
331
332
- - name: Run gentype tests
333
- if: runner.os != 'Windows'
334
- run: make -C tests/gentype_tests/typescript-react-example clean test
335
-
336
- name: Run tests (Windows)
337
if: runner.os == 'Windows'
338
- run: node scripts/test.js -mocha -theme -format
+ run: node scripts/test.js -mocha -node -bsb -format
+
+ - name: Run gentype tests
+ run: make -C tests/gentype_tests/typescript-react-example clean test
339
340
- name: Build playground compiler
341
if: matrix.build_playground
0 commit comments