Skip to content

Commit

Permalink
verify changelogs after rush install
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 6, 2023
1 parent ea8b7ce commit de81063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-rush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
path: common/temp/build-cache
key: linux_node-18_build-cache

- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify

- name: Rush Install
run: |
node common/scripts/install-run-rush.js install
node common/scripts/install-run-rush.js update-autoinstaller --name rush-prettier
node common/scripts/install-run-rush.js update-autoinstaller --name rush-commitlint
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify

- name: Rush build and test
run: |
node common/scripts/install-run-rush.js rebuild
Expand Down

0 comments on commit de81063

Please sign in to comment.