Skip to content

Commit

Permalink
update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Sep 11, 2024
1 parent 578cc3c commit 3aaaa70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
cat .env
docker pull "${IMAGE}":${{ matrix.qgis_version_tag }}
python admin.py build --tests
docker-compose up -d
docker compose up -d
sleep 10
- name: Run test suite
run: |
docker-compose exec -T qgis-testing-environment qgis_testrunner.sh test_suite.test_package
docker compose exec -T qgis-testing-environment qgis_testrunner.sh test_suite.test_package

0 comments on commit 3aaaa70

Please sign in to comment.