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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user