Skip to content

Commit 90d0b76

Browse files
committed
build(github): hopefully fix github actions
1 parent 2001d50 commit 90d0b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: pnpm install --frozen-lockfile
3131
- run: pnpm lint
3232
- run: pnpm typecheck
33-
- run: pnpm test -- --coverage
33+
- run: pnpm test --coverage
3434
- run: npx codecov -t ${{ secrets.CODECOV_TOKEN }}
3535

3636
build:

0 commit comments

Comments
 (0)