Skip to content

Commit

Permalink
ci: 👷 fixed pnpm test
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 14, 2020
1 parent 0f88b3f commit 2cda3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test --collectCoverage
run: pnpm test -- --collectCoverage
- name: Build
run: pnpm build:ts
- name: Coveralls Parallel
Expand Down

0 comments on commit 2cda3cb

Please sign in to comment.