Skip to content

Commit

Permalink
ci: run npm script for test
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 14, 2024
1 parent ece1fe8 commit 2c57175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pnpm lint:fix

- name: Test
run: pnpm test --ci --coverage --maxWorkers=2
run: pnpm test

- name: Build
run: pnpm build
Expand Down

0 comments on commit 2c57175

Please sign in to comment.