Skip to content

Commit

Permalink
ci: wait for the datahub tests to pass before doing the editor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Aug 13, 2024
1 parent c8c4ee7 commit 4314f0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/metadata-editor-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"browser": "chrome",
"port": "cypress-auto"
},
"dependsOn": [
{
"projects": ["datahub-e2e"],
"target": "e2e"
}
],
"configurations": {
"production": {
"devServerTarget": "metadata-editor:serve:production"
Expand Down

0 comments on commit 4314f0c

Please sign in to comment.