Skip to content

Commit

Permalink
Github removed docker-compose, fix our workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 21, 2024
1 parent 52479e1 commit d760120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Test on QGIS LTR 3.
- name: Run tests
run: |
docker-compose -f .docker/docker-compose.yml run qgis /usr/src/.docker/run-docker-tests.sh
docker compose -f .docker/docker-compose.yml run qgis /usr/src/.docker/run-docker-tests.sh
test_packaging:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d760120

Please sign in to comment.