aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-27 10:56:55 +0200
committerGitHub <noreply@github.com>2024-07-27 10:56:55 +0200
commit0f953c5cbdfff0a472eca07301d2c5a9966676e9 (patch)
tree90d2fef4613ff88b03d9598ab3e8e7923aec40c5
parent245c9652a6cf7ac32a44dfbc483670e8329db203 (diff)
parent531d8076aeb672640d1b1e6856e9a69fb6229b74 (diff)
downloadnextcloud-server-0f953c5cbdfff0a472eca07301d2c5a9966676e9.tar.gz
nextcloud-server-0f953c5cbdfff0a472eca07301d2c5a9966676e9.zip
Merge pull request #46803 from nextcloud/chore/bump-cypress-workers
-rw-r--r--.github/workflows/cypress.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 7c37accb465..558e6246543 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -92,10 +92,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", '0', '1', '2', '3', '4', '5']
+ containers: ["component", '0', '1', '2', '3', '4', '5', '6', '7']
# 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: [6]
+ total-containers: [8]
name: runner ${{ matrix.containers }}