From 7e776d094213879a03b814ed1d5124de126594c5 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 2 Nov 2023 11:21:13 +0100 Subject: [PATCH] Run gentype tests in CI (#6468) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc602dc5a1..2cd05836fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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