File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
64766577 # with:
6678 # test_suite_identifier: ogcapi-features-1.0
You can’t perform that action at this time.
0 commit comments