From 1149e825de17351c76913df3850f949b4126d8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Wed, 17 Nov 2021 17:23:59 +0100 Subject: [PATCH] chore: fix ci build (#4958) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 215943a3960..085c8dbbd6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - run: pnpm install - name: Run unit tests - run: pnpm run test -- --ci + run: pnpm run test test-dts: runs-on: ubuntu-latest