Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix docker compose path
- Loading branch information
|
@@ -2,7 +2,7 @@ version: '3' |
|
|
services: |
|
|
postgres: |
|
|
build: |
|
|
dockerfile: ../tests/testdata/Dockerfile-postgis |
|
|
dockerfile: Dockerfile-postgis |
|
|
context: ../tests/testdata |
|
|
environment: |
|
|
- ALLOW_IP_RANGE="172.18.0.0/16" |
|
|
|
@@ -74,7 +74,7 @@ jobs: |
|
|
|
|
|
- name: run unit tests |
|
|
run: | |
|
|
docker-compose -f .docker/docker-compose.travis.yml run qgis-deps /root/QGIS/.docker/docker-qgis-test.sh |
|
|
docker-compose -f .docker/docker-compose-testing.yml run qgis-deps /root/QGIS/.docker/docker-qgis-test.sh |
|
|
|
|
|
- name: QGIS runners |
|
|
run: | |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.