From acb283648b862a8a5ce5508b277bae82df241bfa Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Wed, 10 Jan 2024 20:37:34 +0100 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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