diff --git a/.github/workflows/build-rush.yaml b/.github/workflows/build-rush.yaml index 4b48bbf6..eba9c359 100644 --- a/.github/workflows/build-rush.yaml +++ b/.github/workflows/build-rush.yaml @@ -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