Skip to content

Commit 7e776d0

Browse files
authored
Run gentype tests in CI (#6468)
1 parent aa297a3 commit 7e776d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
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)