Skip to content

Commit 16529b5

Browse files
authored
chore(cypress): add 3 more runners
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent fd73d3a commit 16529b5

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
@@ -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)