Skip to content

Commit

Permalink
Merge pull request #357 from FormidableLabs/fix/release-workflow-test…
Browse files Browse the repository at this point in the history
…-addition

workflow testing fixes
  • Loading branch information
paulmarsicloud committed Jun 1, 2023
2 parents f1c14d3 + 196ad08 commit 82b45bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build
run: yarn build

- name: Testing Setups
run: yarn benchmark:ci

- name: Unit Tests
run: yarn test:cli

Expand Down

0 comments on commit 82b45bb

Please sign in to comment.