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 e3bc7ed commit 4d73b67Copy full SHA for 4d73b67
1 file changed
.github/workflows/unit-test.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: sxzz/workflows/.github/workflows/coverage.yml@v1
19
needs: unit-test
20
with:
21
- test: pnpm vitest --project node --coverage
+ test: pnpm run test:coverage
22
permissions:
23
id-token: write
0 commit comments