File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ acceptance-tests-up: build .env
5454
5555.PHONY : acceptance-tests-run
5656acceptance-tests-run : .env
57+ # Wait for GeoServer to be started
58+ # Wait for GeoServer to be ready (up to 2 minutes)
59+ docker compose exec -T print sh -c ' for i in $(seq 1 24); do curl --fail http://geoserver:8080/geoserver/web/ && exit 0; sleep 5; done; exit 1'
60+
5761 docker compose exec -T tests gradle \
5862 --exclude-task=:core:spotbugsMain --exclude-task=:core:checkstyleMain \
5963 --exclude-task=:core:spotbugsTest --exclude-task=:core:checkstyleTest --exclude-task=:core:testCLI \
Original file line number Diff line number Diff line change 11services :
22 geoserver :
3+ # Credentials: admin/geoserver
34 image : camptocamp/geoserver:17
45 volumes :
56 - ./examples/geoserver-data/:/mnt/geoserver_datadir
You can’t perform that action at this time.
0 commit comments