mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
reworking on cache
This commit is contained in:
@@ -156,12 +156,12 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for all tags and branches
|
||||
- uses: ./.github/actions/setup
|
||||
with:
|
||||
enable-global-nx-cache: false
|
||||
enable-global-nx-cache: true
|
||||
enable-global-node-modules-cache: false
|
||||
cache-key-suffix: unit-tests
|
||||
- uses: ./.github/actions/download-cache-and-artifacts
|
||||
with:
|
||||
packages: 'dist nxcache node_modules'
|
||||
# - uses: ./.github/actions/download-cache-and-artifacts
|
||||
# with:
|
||||
# packages: 'dist node_modules'
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
/usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}
|
||||
|
||||
Reference in New Issue
Block a user