Skip to content

Commit

Permalink
Execute pyogctest for the WMS 1.3.0 test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed Sep 10, 2020
1 parent a806023 commit 791ff9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ogc.yml
@@ -1,4 +1,4 @@
name: Run OGC tests for QGIS Server
name: OGC tests for QGIS Server

on:
push:
Expand Down Expand Up @@ -37,3 +37,8 @@ jobs:
sudo apt-get install python3-virtualenv virtualenv git
git clone https://github.com/pblottiere/pyogctest
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
- name: Run WMS 1.3.0 OGC tests
run: |
docker-compose -f .ci/ogc/docker-compose.yml up -d
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -v http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_deps)/qgisserver

0 comments on commit 791ff9f

Please sign in to comment.