Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Nov 25, 2021
1 parent 4cb06a6 commit 407a45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -98,6 +98,6 @@ jobs:

- name: Run OGC API Features 1.0 tests
run: |
cd pyogctest/data && git clone https://github.com/qgis/QGIS-Training-Data && cd -
cd pyogctest/pyogctest/data && git clone https://github.com/qgis/QGIS-Training-Data && cd -
docker-compose -f .ci/ogc/docker-compose.yml up -d
source venv/bin/activate && ./pyogctest/pyogctest.py -n ogc_qgis -s ogcapif -v -u http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_nginx)/qgisserver_ogcapif

0 comments on commit 407a45f

Please sign in to comment.