From 3c0ac571254be5e9a97255f26af540ffeb2ad1ea Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Mon, 23 Jan 2023 16:12:33 +0100 Subject: [PATCH] using local node_modules --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |