Skip to content

Commit

Permalink
ci: update release workflow for test
Browse files Browse the repository at this point in the history
release-as: 0.1.0-rc.3
  • Loading branch information
MuXiu1997 committed Nov 26, 2023
1 parent e237ab8 commit 70db2e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: pnpm install

- name: Test
if: ${{ steps.release.outputs.release_created }}
run: pnpm run test --run

- name: Bundle
if: ${{ steps.release.outputs.release_created }}
run: pnpm run bundle
Expand Down

0 comments on commit 70db2e3

Please sign in to comment.