Skip to content

Commit f1c14d3

Browse files
Merge pull request #356 from FormidableLabs/fix/release-workflow
fix for yarn test:cli
2 parents 824d61d + 88c2d7b commit f1c14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn build
2929

3030
- name: Unit Tests
31-
run: yarn test
31+
run: yarn test:cli
3232

3333
- name: PR or Publish
3434
id: changesets

0 commit comments

Comments
 (0)