Skip to content

Commit 2e9f827

Browse files
committed
fix(continuous-integration): nx does not support NX_REJECT_UNKNOWN_LOCAL_CACHE anymore
https://nx.dev/deprecated/legacy-cache#nxrejectunknownlocalcache. Signed-off-by: Emilien Escalle <[email protected]>
1 parent 90bed79 commit 2e9f827

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ jobs:
190190
191191
- run: ${{ steps.setup-node.outputs.run-script-command }} lint
192192
working-directory: ${{ inputs.working-directory }}
193-
env:
194-
NX_REJECT_UNKNOWN_LOCAL_CACHE: "0"
195193

196194
build:
197195
name: 🏗️ Build
@@ -246,8 +244,6 @@ jobs:
246244
echo -e "\n - Running $COMMAND"
247245
${{ steps.setup-node.outputs.run-script-command }} "$COMMAND"
248246
done
249-
env:
250-
NX_REJECT_UNKNOWN_LOCAL_CACHE: "0"
251247
252248
- if: needs.setup.outputs.build-commands && needs.setup.outputs.build-artifact
253249
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -295,7 +291,6 @@ jobs:
295291
working-directory: ${{ inputs.working-directory }}
296292
env:
297293
CI: "true"
298-
NX_REJECT_UNKNOWN_LOCAL_CACHE: "0"
299294

300295
- name: 📊 Code coverage
301296
if: inputs.coverage == 'codecov'

0 commit comments

Comments
 (0)