From 86e443e281e7349bcb5032aa208e0e2f4563fbcf Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 16:53:21 +0100 Subject: [PATCH] debug local cache --- .github/workflows/pull-request.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index aa4054454a..cb6e0d19e7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -121,11 +121,9 @@ jobs: with: enable-cache: true enable-node-modules-cache: true - - name: install - run: | - npm ci - nx run cli:bundle - nx run testing:bundle + - run: npm ci + - run: nx run cli:bundle + - run: nx run testing:bundle - run: nx print-affected $NX_CALCULATION_FLAGS - uses: ./.github/actions/upload-cache-and-artifacts with: