Skip to content

Commit 6538081

Browse files
committed
Wait that GeoServer is started
1 parent fb52e40 commit 6538081

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ acceptance-tests-up: build .env
5454

5555
.PHONY: acceptance-tests-run
5656
acceptance-tests-run: .env
57+
# Wait for GeoServer to be started
58+
docker compose exec -T print curl --retry 10 --retry-delay 5 --fail http://geoserver:8080/geoserver/web/
59+
5760
docker compose exec -T tests gradle \
5861
--exclude-task=:core:spotbugsMain --exclude-task=:core:checkstyleMain \
5962
--exclude-task=:core:spotbugsTest --exclude-task=:core:checkstyleTest --exclude-task=:core:testCLI \

0 commit comments

Comments
 (0)