Skip to content

Commit 93b97f4

Browse files
authored
Merge pull request #54540 from nextcloud/chore/cypress-runners
2 parents f7cdb22 + 12a4ff8 commit 93b97f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
matrix:
103103
# Run multiple copies of the current job in parallel
104104
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
105-
containers: ['component', 'setup', '0', '1', '2', '3', '4', '5', '6', '7']
105+
containers: ['component', 'setup', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
106106
# Hack as strategy.job-total includes the component and GitHub does not allow math expressions
107107
# Always align this number with the total of e2e runners (max. index + 1)
108-
total-containers: [8]
108+
total-containers: [10]
109109

110110
services:
111111
mysql:

0 commit comments

Comments
 (0)