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: