Skip to content

Commit

Permalink
Merge pull request #356 from FormidableLabs/fix/release-workflow
Browse files Browse the repository at this point in the history
fix for yarn test:cli
  • Loading branch information
paulmarsicloud committed May 23, 2023
2 parents 824d61d + 88c2d7b commit f1c14d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn build

- name: Unit Tests
run: yarn test
run: yarn test:cli

- name: PR or Publish
id: changesets
Expand Down

0 comments on commit f1c14d3

Please sign in to comment.