diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 30441b8caf..9d2f4b8d0f 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -79,4 +79,4 @@ runs: act: ${{ inputs.act }} - name: link nx executable run: sudo ln -s $(npm bin)/nx /usr/bin/nx - shell: bash + shell: bash \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 33eeab02ad..3e382ea28d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -193,7 +193,6 @@ jobs: packages: 'dist nxcache node_modules' - run: nx affected:build $NX_CALCULATION_FLAGS --prod - run: nx build demoshell --configuration production - - run: rm -f /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/node_modules/.ngcc_lock_file - run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci - uses: ./.github/actions/upload-cache-and-artifacts with: