Skip to content

Commit

Permalink
Fix missing run
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Mar 5, 2024
1 parent c70da19 commit 028d9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
docker compose up -d --wait --wait-timeout 300
- name: curl geoserver
curl --silent --show-error --fail --include "http://localhost:8080/geoserver/wms?request=getCapabilities&service=WMS"
run: curl --silent --show-error --fail --include "http://localhost:8080/geoserver/wms?request=getCapabilities&service=WMS"

- name: docker logs geoserver
run: docker logs geoserver

Expand Down

0 comments on commit 028d9fe

Please sign in to comment.