Skip to content

Commit 1d312b7

Browse files
committed
chore: udpate github actions with vitest flags
- pass vitest flags to test execution
1 parent c4ce4a3 commit 1d312b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn
3333

3434
- name: Run tests
35-
run: yarn test -- -- --coverage --coverageProvider=v8
35+
run: yarn test -- -- --coverage --coverage.provider=v8
3636

3737
- name: Run linter
3838
run: yarn lint

0 commit comments

Comments
 (0)