From 6f0a0fdf5cda7c5a7311916e15cf5bfaa7b2c9ad Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 16:27:45 +0100 Subject: [PATCH] devel cache --- .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 abbee87982..3450eb6025 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -174,7 +174,7 @@ jobs: - name: show files run: | echo "====NX====" - find node_modules/nx/ -maxdepth 1 -type d || true + find node_modules -maxdepth 1 -type d || true # - uses: ./.github/actions/download-cache-and-artifacts # with: # packages: 'node_modules'