devel cache

This commit is contained in:
Marco Carrozzo
2023-01-19 16:38:15 +01:00
parent 6f0a0fdf5c
commit 2ba926bbd9
+5 -1
View File
@@ -122,6 +122,10 @@ jobs:
with: with:
enable-global-nx-cache: false enable-global-nx-cache: false
enable-global-node-modules-cache: true enable-global-node-modules-cache: true
- name: show files
run: |
echo "====NODE MODULES===="
find node_modules -maxdepth 1 -type d || true
- name: run ci - name: run ci
if: steps.setup.outputs.cache-hit != 'true' if: steps.setup.outputs.cache-hit != 'true'
run: npm ci run: npm ci
@@ -173,7 +177,7 @@ jobs:
cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }} cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }}
- name: show files - name: show files
run: | run: |
echo "====NX====" echo "====NODE MODULES===="
find node_modules -maxdepth 1 -type d || true find node_modules -maxdepth 1 -type d || true
# - uses: ./.github/actions/download-cache-and-artifacts # - uses: ./.github/actions/download-cache-and-artifacts
# with: # with: