Skip to content

Commit

Permalink
chore: use pnpm test:once
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Mar 1, 2022
1 parent 9eb7d67 commit 5f9f6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: "pnpm run lint"

- name: "Test packages"
run: "pnpm test"
run: "pnpm test:once"

- name: "Semantic Release"
env:
Expand Down

0 comments on commit 5f9f6ac

Please sign in to comment.