Skip to content

Commit

Permalink
fix(ci): properly run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent f8c897c commit 7159b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: pnpm install

- name: Unit Test
run: pnpm run test:unit
run: pnpm run test

js-cs-fixer:
if: github.event_name == 'pull_request' && ! startsWith(github.ref, 'refs/heads/auto-fixed/')
Expand Down

0 comments on commit 7159b8e

Please sign in to comment.