Skip to content

Commit 086f4af

Browse files
committed
try
1 parent b40e1a3 commit 086f4af

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/cite.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,20 @@ jobs:
5959
- name: Downgrade click
6060
run: pip install ogc-cite-runner "click<8.2.0"
6161

62+
- name: Cite container
63+
run: docker run -d --network host docker.io/ogccite/ets-ogcapi-features10
64+
65+
- name: Check running container
66+
run: |
67+
until [ \
68+
"$(curl -s -w '%{http_code}' -o /dev/null "http://localhost:8080/teamengine")" \
69+
-eq 200 ]
70+
do
71+
sleep 5
72+
done
73+
6274
- name: Validate
63-
run: docker run -d --network host docker.io/ogccite/ets-ogcapi-features10 && sleep 20 && ogc-cite-runner execute-test-suite http://localhost:8080/teamengine ogcapi-features-1.0 --suite-input iut http://host.docker.internal:8484
75+
run: ogc-cite-runner execute-test-suite http://localhost:8080/teamengine ogcapi-features-1.0 --suite-input iut http://host.docker.internal:8484
6476
# uses: OSGEO/[email protected]
6577
# with:
6678
# test_suite_identifier: ogcapi-features-1.0

0 commit comments

Comments
 (0)