From 6eac22bb7a839c812c207383c2d7919ee3f929b0 Mon Sep 17 00:00:00 2001 From: Leo Conforti Date: Mon, 9 Oct 2023 20:48:15 +0000 Subject: [PATCH] changelogs before rush install --- .github/workflows/rush-build/action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rush-build/action.yaml b/.github/workflows/rush-build/action.yaml index df45ad5..8276f77 100644 --- a/.github/workflows/rush-build/action.yaml +++ b/.github/workflows/rush-build/action.yaml @@ -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: | @@ -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 }}