Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix docker compose path
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent f559d55 commit c25621e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit c25621e

Please sign in to comment.