Skip to content

Commit 598f247

Browse files
committed
chore: run test also, if format check failed
1 parent 0d2784c commit 598f247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
run: npm run format:check
3030

3131
- name: Test
32+
if: (${{ success() }} || ${{ failure() }})
3233
run: npm test -- --run

0 commit comments

Comments
 (0)