Skip to content

Commit

Permalink
ci(ts-minbar-test): ensure that dependent suite packages are built be…
Browse files Browse the repository at this point in the history
…fore running tests (microsoft#32269)
  • Loading branch information
TristanWatanabe committed Aug 9, 2024
1 parent 00968e8 commit 1791cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/ts-minbar-test-react-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"name": "ts-minbar-test-react-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"tags": ["vNext"]
"tags": ["vNext"],
"targets": {
"test-integration": { "dependsOn": [{ "target": "build", "projects": "react-components" }] }
}
}
3 changes: 2 additions & 1 deletion apps/ts-minbar-test-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "ts-minbar-test-react",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"tags": ["v8"]
"tags": ["v8"],
"targets": { "test-integration": { "dependsOn": [{ "target": "build", "projects": "react" }] } }
}

0 comments on commit 1791cbd

Please sign in to comment.