Skip to content

Commit

Permalink
revert ogc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdm-oslandia committed Jan 2, 2025
1 parent 374f936 commit 6a97f93
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ogc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,11 @@ jobs:
- name: Run WMS 1.3.0 OGC tests
run: |
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -e
docker compose -f .ci/ogc/docker-compose.yml up >docker-compose.log 2>&1 &
sleep 10
source venv/bin/activate && ./pyogctest/pyogctest.py -n ogc_qgis -s wms130 -v -u http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_nginx)/qgisserver_wms130 || echo "FAILED"
docker compose -f .ci/ogc/docker-compose.yml up -d
source venv/bin/activate && ./pyogctest/pyogctest.py -n ogc_qgis -s wms130 -v -u http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_nginx)/qgisserver_wms130
env:
DOCKER_IMAGE: ${{ steps.docker-build.outputs.imageid }}

- name: Push artifact
id: push_artifact
run: tar -cvzf docker-compose.tgz docker-compose.log

- uses: actions/upload-artifact@v4
with:
name: docker-compose.tgz
path: ./docker-compose.tgz
retention-days: 1

- name: Run OGC API Features 1.0 tests
run: |
cd data && git clone https://github.com/qgis/QGIS-Training-Data && cd -
Expand Down

0 comments on commit 6a97f93

Please sign in to comment.