mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
debug local cache
This commit is contained in:
@@ -121,11 +121,9 @@ jobs:
|
||||
with:
|
||||
enable-cache: true
|
||||
enable-node-modules-cache: true
|
||||
- name: install
|
||||
run: |
|
||||
npm ci
|
||||
nx run cli:bundle
|
||||
nx run testing:bundle
|
||||
- run: npm ci
|
||||
- run: nx run cli:bundle
|
||||
- run: nx run testing:bundle
|
||||
- run: nx print-affected $NX_CALCULATION_FLAGS
|
||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user