From 211a5cf16df35443565056fffb8f3ccb4b129a29 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Thu, 23 Nov 2023 17:00:24 +0100 Subject: [PATCH] Tests --- .github/workflows/e2e_tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 93f6c0b8d7..1ab50f6708 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -28,9 +28,9 @@ jobs: env: CYPRESS_CI: TRUE # For testing only - # PHP_VERSION: 8.2 - # LZMPOSTGISVERSION: 15-3 - # LZMQGSRVVERSION: 3.34 + PHP_VERSION: 8.2 + LZMPOSTGISVERSION: 15-3 + LZMQGSRVVERSION: 3.28 steps: @@ -76,11 +76,11 @@ jobs: make env cat .env - # For testing only -# - name: Update projects -# run: | -# make upgrade-projects -# git status +# For testing only + - name: Update projects + run: | + make upgrade-projects + git status - name: Install QGIS server plugins run: make build-plugins