From d042ad337fda58e3ed4b5b698541bd4cb8b3ebc5 Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Wed, 10 Jan 2024 20:39:19 +0100 Subject: [PATCH] typo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67779925..46cd73da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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