Skip to content

Commit 0f953c5

Browse files
authored
Merge pull request #46803 from nextcloud/chore/bump-cypress-workers
2 parents 245c965 + 531d807 commit 0f953c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
matrix:
9393
# Run multiple copies of the current job in parallel
9494
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
95-
containers: ["component", '0', '1', '2', '3', '4', '5']
95+
containers: ["component", '0', '1', '2', '3', '4', '5', '6', '7']
9696
# Hack as strategy.job-total includes the component and GitHub does not allow math expressions
9797
# Always align this number with the total of e2e runners (max. index + 1)
98-
total-containers: [6]
98+
total-containers: [8]
9999

100100
name: runner ${{ matrix.containers }}
101101

0 commit comments

Comments
 (0)