Skip to content

Commit

Permalink
changelogs before rush install
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent adae2ad commit 6eac22b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rush-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ runs:
~/.cache/puppeteer
key: pnpm-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

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

- name: Rush Install
shell: bash
run: |
Expand All @@ -87,10 +91,6 @@ runs:
node common/scripts/install-run-rush.js update-autoinstaller --name rush-commitlint
node common/scripts/install-run-rush.js update-autoinstaller --name rush-github-action-cache
- name: Verify Change Logs
shell: bash
run: node common/scripts/install-run-rush.js change --verify

- name: Rush build and test
shell: bash
run: node common/scripts/install-run-rush.js test --timeline --production ${{ inputs.BUILD_PARAMETERS }}
Expand Down

0 comments on commit 6eac22b

Please sign in to comment.