Skip to content

Commit

Permalink
chore: add unit test task in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 authored and xiaoluoHe committed Sep 13, 2023
1 parent 2d88b0d commit 496b975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- name: Update version
run: node common/scripts/install-run-rush.js version --bump

- name: Build packages
- name: Build and test packages
run: node common/scripts/install-run-rush.js build --only tag:package
- run: node common/scripts/install-run-rush.js test --only tag:package

- name: Publish to npm
env:
Expand Down

0 comments on commit 496b975

Please sign in to comment.