We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52e40 commit 6538081Copy full SHA for 6538081
Makefile
@@ -54,6 +54,9 @@ acceptance-tests-up: build .env
54
55
.PHONY: acceptance-tests-run
56
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
+
60
docker compose exec -T tests gradle \
61
--exclude-task=:core:spotbugsMain --exclude-task=:core:checkstyleMain \
62
--exclude-task=:core:spotbugsTest --exclude-task=:core:checkstyleTest --exclude-task=:core:testCLI \
0 commit comments