diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa27691..67779925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: - name: Start docker stack run: docker compose up db -d - name: Running tests - run: $ POSTGIS_VERSION={{ matrix.postgis_versions }} docker compose run qgis_tester + run: POSTGIS_VERSION={{ matrix.postgis_versions }} docker compose run qgis_tester