mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
test with nm
This commit is contained in:
@@ -159,9 +159,10 @@ jobs:
|
||||
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 node_modules'
|
||||
- uses: ./.github/actions/download-cache-and-artifacts
|
||||
with:
|
||||
# packages: 'dist node_modules'
|
||||
packages: '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