Skip to content

Commit 876976a

Browse files
committed
build(ci): add missing -- to test command
1 parent 2152a06 commit 876976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: pnpm install --frozen-lockfile
3535
- run: pnpm lint
3636
- run: pnpm typecheck
37-
- run: pnpm test --coverage
37+
- run: pnpm test -- --coverage
3838
- run: npx codecov -t ${{ secrets.CODECOV_TOKEN }}
3939
- run: pnpm build
4040

0 commit comments

Comments
 (0)