Skip to content

Commit

Permalink
Update data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Nov 25, 2021
1 parent b80dd3a commit 68d17e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Run OGC API Features 1.0 tests
run: |
cd pyogctest/pyogctest/data && git clone https://github.com/qgis/QGIS-Training-Data && cd -
cd 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
env:
Expand Down

0 comments on commit 68d17e3

Please sign in to comment.