0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Allows unknown local cache when testing with Nx

refs: https://github.com/TryGhost/DevOps/issues/55

The documentation for this feature is here: https://nx.dev/recipes/troubleshooting/unknown-local-cache

Ideally, we'd use a remote cache, but we can just share to local cache since it's being shared by identical machines.
This commit is contained in:
Sam Lord 2023-08-08 16:11:26 +01:00 committed by Sam Lord
parent df231b2459
commit 116d11b6ab

View file

@ -24,6 +24,7 @@ env:
nx-Linux-${{ github.ref }}-${{ github.sha }} nx-Linux-${{ github.ref }}-${{ github.sha }}
nx-Linux-${{ github.ref }} nx-Linux-${{ github.ref }}
nx-Linux nx-Linux
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
concurrency: concurrency:
group: ${{ github.head_ref || github.run_id }} group: ${{ github.head_ref || github.run_id }}