From 12a4ff89c3e4c97402ec99fc8bf00a5fe46e1bd9 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 20 Aug 2025 16:56:14 +0200 Subject: [PATCH] chore: increase cypress runners to 10 Signed-off-by: skjnldsv --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a09d025048f..642f43da69c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -102,10 +102,10 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows (0 based index for e2e tests) - containers: ['component', 'setup', '0', '1', '2', '3', '4', '5', '6', '7'] + containers: ['component', 'setup', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] # Hack as strategy.job-total includes the component and GitHub does not allow math expressions # Always align this number with the total of e2e runners (max. index + 1) - total-containers: [8] + total-containers: [10] services: mysql: