Skip to content

Commit 945bb45

Browse files
committed
fix(ci): remove duplicate --coverage flag
1 parent c4eff10 commit 945bb45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- run: npm run format:check
3535
- run: npm run typecheck
3636

37-
- run: npm test -- --coverage
37+
- run: npm test
3838
- run: npm run attw

0 commit comments

Comments
 (0)