From 54c088dd1ff094326f0b961ef4723574167dd5e4 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 14:48:39 +0100 Subject: [PATCH] test with nm --- .github/workflows/pull-request.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1dbe4bd21a..acd301a3e5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 }}