Skip to content

Commit e9a08f3

Browse files
committed
Run gentype tests in CI
1 parent 3e93173 commit e9a08f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ jobs:
210210
if: runner.os != 'Windows'
211211
run: node scripts/ciTest.js -all
212212

213+
- name: Run gentype tests
214+
if: runner.os != 'Windows'
215+
run: make -C jscomp/gentype_tests/typescript-react-example clean test
216+
213217
- name: Run tests (Windows)
214218
if: runner.os == 'Windows'
215219
run: node scripts/ciTest.js -mocha -theme -format

0 commit comments

Comments
 (0)