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 6ccb669Copy full SHA for 6ccb669
.github/workflows/ci.yml
@@ -326,17 +326,17 @@ jobs:
326
run: ./scripts/prebuilt.js
327
328
- name: Run tests
329
- if: runner.os != 'Windows'
+ # if: runner.os != 'Windows'
330
run: node scripts/ciTest.js -all
331
332
+ # - name: Run tests (Windows)
333
+ # if: runner.os == 'Windows'
334
+ # run: node scripts/ciTest.js -mocha -theme -format
335
+
336
- name: Run gentype tests
337
if: runner.os != 'Windows'
338
run: make -C jscomp/gentype_tests/typescript-react-example clean test
339
- - name: Run tests (Windows)
- if: runner.os == 'Windows'
- run: node scripts/ciTest.js -mocha -theme -format
-
340
- name: Build playground compiler
341
if: matrix.build_playground
342
run: |
0 commit comments