Skip to content

Commit

Permalink
Fixing CI docker compose command (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr authored Nov 18, 2024
1 parent 5307a9e commit 26cdd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: cp .env.example .env

- name: Run tests (${{ matrix.qgis_image }})
run: docker-compose run tests
run: docker compose run tests

0 comments on commit 26cdd04

Please sign in to comment.