test with nm

This commit is contained in:
Marco Carrozzo
2023-01-19 14:48:39 +01:00
parent 26787501b5
commit 54c088dd1f
+4 -3
View File
@@ -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 }}