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:
parent
df231b2459
commit
116d11b6ab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -24,6 +24,7 @@ env:
|
|||
nx-Linux-${{ github.ref }}-${{ github.sha }}
|
||||
nx-Linux-${{ github.ref }}
|
||||
nx-Linux
|
||||
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
|
|
Loading…
Add table
Reference in a new issue