We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fba41 commit 898f3d9Copy full SHA for 898f3d9
bulk-model-sync-gradle-test/ci.sh
@@ -3,8 +3,7 @@
3
set -e
4
set -x
5
6
-TEST_DIR="$(dirname "$(readlink -f "$0")")"
7
-cd "${TEST_DIR}"
+cd "$(dirname "$(readlink -f "$0")")"
8
9
./gradlew assemble --console=plain
10
@@ -16,12 +15,9 @@ if [ "${CI}" != "true" ]; then
16
15
}
17
fi
18
19
-cd "${TEST_DIR}/.."
20
-./gradlew :model-server:run --console=plain --args="-inmemory -port 28309" &
+./gradlew :modelix.core:model-server:run --console=plain --args="-inmemory -port 28309" &
21
MODEL_SERVER_PID=$!
22
23
24
-
25
curl -X GET --retry 30 --retry-connrefused --retry-delay 1 http://localhost:28309/health
26
27
./gradlew runSyncTestPush --console=plain --stacktrace
0 commit comments