From 750111a3ae73e890b48a1513a96db074ad5d50d4 Mon Sep 17 00:00:00 2001 From: Pascal Garber Date: Tue, 9 Jul 2024 10:56:41 +0200 Subject: [PATCH] Github action: also test test-packages --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc47e843..8d0d2325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,4 +71,5 @@ jobs: - run: yarn build:types:packages - name: Show diff run: (cd ./types && git diff | cat) - - run: yarn validate:types:packages \ No newline at end of file + - run: yarn validate:types:packages + - run: yarn test:tests \ No newline at end of file