diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bad82beeb8..2eac12c85d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -121,10 +121,10 @@ jobs: fetch-depth: 0 - name: Get branch name - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 - name: Save commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 - name: ci:force flag parser shell: bash @@ -205,6 +205,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - run: npx nx print-affected $NX_CALCULATION_FLAGS diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index bec76765c7..f4be76f60b 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -97,6 +97,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ba06261f..5b706323b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts