We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f4207 commit 38012aaCopy full SHA for 38012aa
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
run: pnpm install --frozen-lockfile
68
69
- name: Run tests
70
- run: pnpm test -- --runInBand --ci --reporters=default --reporters=github-actions
+ run: pnpm test --runInBand --ci --reporters=default --reporters=github-actions
71
72
- name: Upload code coverage to codecov
73
uses: codecov/codecov-action@v5
0 commit comments