Skip to content

Commit

Permalink
Merge pull request #59 from Samweli/ci_update
Browse files Browse the repository at this point in the history
Updates on the CI tests runs
  • Loading branch information
Samweli authored Aug 5, 2024
2 parents 2421ac4 + 4dd75bc commit 4ca481b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,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
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2.1'
services:
qgis-testing-environment:
image: ${IMAGE}:${QGIS_VERSION_TAG}
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
QGIS_IMAGE=qgis/qgis

QGIS_IMAGE_latest=latest
QGIS_IMAGE_V_3_26=release-3_26
QGIS_IMAGE_V_3_26=release-3_34

QGIS_VERSION_TAGS=($QGIS_IMAGE_V_3_26)

Expand Down

0 comments on commit 4ca481b

Please sign in to comment.