Skip to content

Commit 4b71b09

Browse files
authored
Merge pull request #43755 from nextcloud/backport/42987/stable28
2 parents be5d576 + 14353d9 commit 4b71b09

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
@@ -77,10 +77,10 @@ jobs:
7777
matrix:
7878
# Run multiple copies of the current job in parallel
7979
# Please increase the number or runners as your tests suite grows (0 based index for e2e tests)
80-
containers: ["component", 0, 1, 2]
80+
containers: ["component", 0, 1, 2, 3, 4, 5]
8181
# Hack as strategy.job-total includes the component and GitHub does not allow math expressions
8282
# Always aling this number with the total of e2e runners (max. index + 1)
83-
total-containers: [3]
83+
total-containers: [6]
8484

8585
name: runner ${{ matrix.containers }}
8686

0 commit comments

Comments
 (0)