We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d899 commit 3ca98e6Copy full SHA for 3ca98e6
1 file changed
.github/workflows/e2e-v2.yml
@@ -42,6 +42,8 @@ jobs:
42
strategy:
43
# we want that the matrix keeps running, default is to cancel them if it fails.
44
fail-fast: false
45
+ # Limit parallel jobs to avoid hitting Sauce Labs concurrency limits (max 3 sessions)
46
+ max-parallel: 2
47
matrix:
48
rn-architecture: ['legacy', 'new']
49
platform: ["ios", "android"]
0 commit comments