Skip to content

Commit 8d54b68

Browse files
committed
Update test-setup-script to 'pnpm run pretest:unit'
1 parent 7c1223c commit 8d54b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
coverage-script: 'pnpm run test:unit:coverage'
2323
coverage-report-script: 'pnpm run coverage:percent --json'
24-
test-setup-script: 'pnpm run test:prepare'
24+
test-setup-script: 'pnpm run pretest:unit'

0 commit comments

Comments
 (0)