We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1223c commit 8d54b68Copy full SHA for 8d54b68
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
with:
22
coverage-script: 'pnpm run test:unit:coverage'
23
coverage-report-script: 'pnpm run coverage:percent --json'
24
- test-setup-script: 'pnpm run test:prepare'
+ test-setup-script: 'pnpm run pretest:unit'
0 commit comments