Skip to content

Commit d2ae392

Browse files
committed
test(bulk-model-sync-gradle): fix test setup for pull direction
1 parent 2c3e5f3 commit d2ae392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bulk-model-sync-gradle-test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ modelSync {
107107
}
108108
}
109109
direction("testPull") {
110+
includeModule("GraphSolution")
110111
fromModelServer {
111112
url = "http://0.0.0.0:${Main.DEFAULT_PORT}/v2"
112113
repositoryId = "ci-test"

0 commit comments

Comments
 (0)