diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-01-20 16:00:59 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-01-21 10:09:04 +0100 |
commit | 660111744057d8465438de815902d666ad8a4b30 (patch) | |
tree | a7a06631f9b4972c2bd7ce989a482a6ba37f6446 /.github/workflows | |
parent | 6012450017c2bfef72b6d52afcc76645fe75ac4c (diff) | |
download | nextcloud-server-660111744057d8465438de815902d666ad8a4b30.tar.gz nextcloud-server-660111744057d8465438de815902d666ad8a4b30.zip |
chore(cypress): add 3 more runners
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 e787a6b17c4..cc1d7c1da77 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 }} |