From 36e765b023c8aa51cdaf4e2f490a12855db2e81c Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 16:56:38 +0100 Subject: [PATCH] debug local cache --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cb6e0d19e7..810f5faf51 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -119,8 +119,8 @@ jobs: fetch-depth: 0 # Fetch all history for all tags and branches - uses: ./.github/actions/setup with: - enable-cache: true - enable-node-modules-cache: true + enable-cache: false + enable-node-modules-cache: false - run: npm ci - run: nx run cli:bundle - run: nx run testing:bundle