From b9da21d0ddc88abfb254e0775a2940a42dccd0fc Mon Sep 17 00:00:00 2001 From: Alex H Date: Sat, 6 Apr 2024 12:36:38 +0200 Subject: [PATCH] ci: try fix nx cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a917a9f..2f78f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: key: ${{ runner.os }}-nx-${{ steps.branch-names.outputs.current_branch }} - run: git branch --track main origin/master - name: Test and build + env: + NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 run: npx nx affected -t test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source,type-for-rpc' - name: Save cached .nx id: cache-dependencies-save