From eb214a535984c331629841dffba8731a06752385 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 14:56:54 +0100 Subject: [PATCH] using dist --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index acd301a3e5..890d1411b0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -162,7 +162,7 @@ jobs: - uses: ./.github/actions/download-cache-and-artifacts with: # packages: 'dist node_modules' - packages: 'node_modules' + packages: 'dist' - name: Run unit tests run: | /usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}