debug local cache

This commit is contained in:
Marco Carrozzo
2023-01-18 16:56:38 +01:00
parent 86e443e281
commit 36e765b023
+2 -2
View File
@@ -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