Skip to content

Commit 3ca98e6

Browse files
committed
Solving concurrency issues
1 parent 0c1d899 commit 3ca98e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
strategy:
4343
# we want that the matrix keeps running, default is to cancel them if it fails.
4444
fail-fast: false
45+
# Limit parallel jobs to avoid hitting Sauce Labs concurrency limits (max 3 sessions)
46+
max-parallel: 2
4547
matrix:
4648
rn-architecture: ['legacy', 'new']
4749
platform: ["ios", "android"]

0 commit comments

Comments
 (0)