Skip to content

Commit f465626

Browse files
committed
fix: added missing workspaces parameter
1 parent 4f8e1e4 commit f465626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm ci
6464

6565
- name: Run tests with coverage
66-
run: npm run test:vitest -- --coverage --coverage.reporter lcov --coverage.reporter json
66+
run: npm run test:vitest --workspaces -- --coverage --coverage.reporter lcov --coverage.reporter json
6767

6868
- name: Upload coverage reports
6969
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)