We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9493c6c commit b6053abCopy full SHA for b6053ab
.github/workflows/ci.yml
@@ -329,13 +329,12 @@ jobs:
329
if: runner.os != 'Windows'
330
run: node scripts/ciTest.js -all
331
332
- - name: Run gentype tests
333
- if: runner.os != 'Windows'
334
- run: make -C jscomp/gentype_tests/typescript-react-example clean test
335
-
336
- name: Run tests (Windows)
337
if: runner.os == 'Windows'
338
- 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
339
340
- name: Build playground compiler
341
if: matrix.build_playground
0 commit comments