Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Jan 10, 2024
1 parent acb2836 commit d042ad3
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 @@ -42,6 +42,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start docker stack
run: docker compose up db -d
run: POSTGIS_VERSION={{ matrix.postgis_versions }} docker compose up db -d
- name: Running tests
run: POSTGIS_VERSION={{ matrix.postgis_versions }} docker compose run qgis_tester
run: docker compose run qgis_tester

0 comments on commit d042ad3

Please sign in to comment.