diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-27 10:02:14 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-07-27 10:02:14 +0200 |
commit | 531d8076aeb672640d1b1e6856e9a69fb6229b74 (patch) | |
tree | e8cfb3f98ffb6cda699f5abacdfe6aaa6e0396cc | |
parent | 08017a4309da8a21f33d039f21add8c07150aa38 (diff) | |
download | nextcloud-server-531d8076aeb672640d1b1e6856e9a69fb6229b74.tar.gz nextcloud-server-531d8076aeb672640d1b1e6856e9a69fb6229b74.zip |
chore: bump cypress workers
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rw-r--r-- | .github/workflows/cypress.yml | 4 |
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 }} |