debug local cache

This commit is contained in:
Marco Carrozzo
2023-01-18 16:53:21 +01:00
parent d7a761f236
commit 86e443e281
+3 -5
View File
@@ -121,11 +121,9 @@ jobs:
with: with:
enable-cache: true enable-cache: true
enable-node-modules-cache: true enable-node-modules-cache: true
- name: install - run: npm ci
run: | - run: nx run cli:bundle
npm ci - run: nx run testing:bundle
nx run cli:bundle
nx run testing:bundle
- run: nx print-affected $NX_CALCULATION_FLAGS - run: nx print-affected $NX_CALCULATION_FLAGS
- uses: ./.github/actions/upload-cache-and-artifacts - uses: ./.github/actions/upload-cache-and-artifacts
with: with: