Skip to content

Commit

Permalink
Run gentype tests in CI (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Nov 2, 2023
1 parent aa297a3 commit 7e776d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ jobs:
if: runner.os != 'Windows'
run: node scripts/ciTest.js -all

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

- name: Run tests (Windows)
if: runner.os == 'Windows'
run: node scripts/ciTest.js -mocha -theme -format
Expand Down

0 comments on commit 7e776d0

Please sign in to comment.