Skip to content

Commit 87b6fd2

Browse files
committed
build: fix CI
1 parent f60506a commit 87b6fd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pnpm lint
3434
- run: pnpm typecheck
3535

36-
- run: pnpm test -- -- --coverage
36+
- run: pnpm test-coverage
3737
- run: pnpx codecov -t ${{ secrets.CODECOV_TOKEN }}
3838

3939
# validate_matrix:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"clean-dist": "TURBO_TELEMETRY_DISABLED=1 turbo run clean-dist",
1818
"clean-root": "rm -rf .turbo coverage node_modules",
1919
"test": "TURBO_TELEMETRY_DISABLED=1 turbo run test",
20+
"test-coverage": "TURBO_TELEMETRY_DISABLED=1 turbo run test -- --coverage",
2021
"test-core": "pnpm --filter core test",
2122
"test-core-watch": "pnpm --filter core test --watch",
2223
"test-core-coverage": "pnpm --filter core test --coverage",

0 commit comments

Comments
 (0)