From 95cea78f66587382a6e6387d7d63feb7753be69e Mon Sep 17 00:00:00 2001 From: Austin Fahsl Date: Thu, 23 May 2024 15:56:52 -0600 Subject: [PATCH] chore(release): fix e2e test project configuration (#25984) Fixes an issue with the e2e test project configuration for the Nx Release e2e tests. --- e2e/release/project.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/e2e/release/project.json b/e2e/release/project.json index 095a7a510e2ca..485052d8d99fe 100644 --- a/e2e/release/project.json +++ b/e2e/release/project.json @@ -81,6 +81,13 @@ "@nx/nx-source:populate-local-registry-storage" ], "inputs": ["e2eInputs", "^production"] + }, + "e2e-ci--src/circular-dependencies.test.ts": { + "dependsOn": [ + "nx:build-native", + "@nx/nx-source:populate-local-registry-storage" + ], + "inputs": ["e2eInputs", "^production"] } } }