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 9eb29bd commit 7fd0ab9Copy full SHA for 7fd0ab9
.github/workflows/ci.yml
@@ -329,9 +329,9 @@ 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
+ # - name: Run gentype tests
+ # if: runner.os != 'Windows'
+ # run: make -C jscomp/gentype_tests/typescript-react-example clean test
335
336
- name: Run tests (Windows)
337
if: runner.os == 'Windows'
0 commit comments