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 05dfdb9 commit 5625b6fCopy full SHA for 5625b6f
.github/workflows/cron-checks.yml
@@ -7,6 +7,7 @@ on:
7
8
env:
9
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
10
+ FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
11
12
jobs:
13
build-and-test-e2e-debug:
.github/workflows/smoke-checks.yml
@@ -21,6 +21,7 @@ concurrency:
21
22
23
24
25
IOS_SIMULATOR_DEVICE: "iPhone 12 Pro (16.0)"
26
27
0 commit comments