Skip to content

Commit 248ebe0

Browse files
committed
Fix workflow script
1 parent 1dade6d commit 248ebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bun run lint
3939

4040
- name: Test
41-
run: bun run test:coverage
41+
run: bun run test
4242

4343
- name: Create release pull-request
4444
if: github.event_name == 'push' && github.workflow == 'CI'

0 commit comments

Comments
 (0)