diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ad93422823..5381b50207 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -161,7 +161,7 @@ jobs: cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }} - uses: ./.github/actions/download-cache-and-artifacts with: - persistent-packages: 'nxcache' + persistent-packages: 'nxcache node_modules' packages-key-suffix: ${{ github.ref_name }}/${{ matrix.unit-tests.name }} - name: Run unit tests run: |