From 38c468e9c145a17410991644a7dd9596bdfe643b Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 12:56:56 +0100 Subject: [PATCH] reworking on cache --- .github/workflows/pull-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index dae2f6656e..1dbe4bd21a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 }}