From bac187bd3aaf8a4fe2eb70e8b975d5257fe23b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 29 Nov 2023 22:20:34 +0100 Subject: [PATCH] ci: Move server version to the actual build step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9546b7b5787..1a72e65d119 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,6 +22,9 @@ jobs: outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} + strategy: + matrix: + server-versions: [ 'master' ] steps: - name: Checkout server @@ -82,7 +85,6 @@ jobs: node-version: [16] containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] php-versions: [ '8.1' ] - server-versions: [ 'master' ] run-in-parallel: - false # only for PRs: ${{ !!github.head_ref }}