mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel cache
This commit is contained in:
@@ -122,6 +122,10 @@ jobs:
|
||||
with:
|
||||
enable-global-nx-cache: false
|
||||
enable-global-node-modules-cache: true
|
||||
- name: show files
|
||||
run: |
|
||||
echo "====NODE MODULES===="
|
||||
find node_modules -maxdepth 1 -type d || true
|
||||
- name: run ci
|
||||
if: steps.setup.outputs.cache-hit != 'true'
|
||||
run: npm ci
|
||||
@@ -173,7 +177,7 @@ jobs:
|
||||
cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }}
|
||||
- name: show files
|
||||
run: |
|
||||
echo "====NX===="
|
||||
echo "====NODE MODULES===="
|
||||
find node_modules -maxdepth 1 -type d || true
|
||||
# - uses: ./.github/actions/download-cache-and-artifacts
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user