using local node_modules

This commit is contained in:
Marco Carrozzo
2023-01-23 16:12:33 +01:00
parent 0cd83421f7
commit 3c0ac57125
+1 -1
View File
@@ -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: |