diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-01-20 16:00:59 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-02-22 08:59:03 +0000 |
commit | 14353d953bcdbea6eda80e12f9b794fa11556730 (patch) | |
tree | a6616c90794defdbe699299b2221e3a3f9f5e8a1 | |
parent | be5d576c0c687391ce7545a9397635b5bd9cf06c (diff) | |
download | nextcloud-server-14353d953bcdbea6eda80e12f9b794fa11556730.tar.gz nextcloud-server-14353d953bcdbea6eda80e12f9b794fa11556730.zip |
chore(cypress): add 3 more runners
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.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 510e18b7216..8e84a1a9532 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -77,10 +77,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] + containers: ["component", 0, 1, 2, 3, 4, 5] # Hack as strategy.job-total includes the component and GitHub does not allow math expressions # Always aling this number with the total of e2e runners (max. index + 1) - total-containers: [3] + total-containers: [6] name: runner ${{ matrix.containers }} |