From 3f60b4641f90e707453c2f37a34b2726ce6c1d43 Mon Sep 17 00:00:00 2001 From: dangreen Date: Sat, 27 Apr 2024 02:09:42 +0400 Subject: [PATCH] ci: fix test cmd --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 18cb3d42a..628cd9791 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -97,7 +97,7 @@ jobs: - run: git config --global user.name 'CI' - run: git config --global user.email 'dummy@example.org' - name: Run tests - run: pnpm test:unit -- --test-timeout=60000 + run: pnpm test:unit --test-timeout=60000 - name: Collect coverage uses: coverallsapp/github-action@main with: