Skip to content

Commit 7fd0ab9

Browse files
committed
disable gentype tests for now
1 parent 9eb29bd commit 7fd0ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ jobs:
329329
if: runner.os != 'Windows'
330330
run: node scripts/ciTest.js -all
331331

332-
- name: Run gentype tests
333-
if: runner.os != 'Windows'
334-
run: make -C jscomp/gentype_tests/typescript-react-example clean test
332+
# - name: Run gentype tests
333+
# if: runner.os != 'Windows'
334+
# run: make -C jscomp/gentype_tests/typescript-react-example clean test
335335

336336
- name: Run tests (Windows)
337337
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)