Skip to content

Commit

Permalink
chore(release): fix e2e test project configuration (nrwl#25984)
Browse files Browse the repository at this point in the history
Fixes an issue with the e2e test project configuration for the Nx
Release e2e tests.
  • Loading branch information
fahslaj authored May 23, 2024
1 parent affb98b commit 95cea78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions e2e/release/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}

0 comments on commit 95cea78

Please sign in to comment.