Skip to content

Commit

Permalink
chore: run test also, if format check failed
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 12, 2023
1 parent 0d2784c commit 598f247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: npm run format:check

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

0 comments on commit 598f247

Please sign in to comment.