File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
73
73
- name : Xcode
74
74
run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
75
75
- name : Fake Console API Tests
76
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
77
- with :
78
- timeout_minutes : 15
79
- max_attempts : 3
80
- retry_wait_seconds : 120
81
- command : scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
76
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
77
+ with :
78
+ timeout_minutes : 15
79
+ max_attempts : 3
80
+ retry_wait_seconds : 120
81
+ command : scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
82
82
- name : IntegrationTest
83
83
if : matrix.target == 'iOS'
84
84
# No retry to avoid exhausting AccessToken quota.
@@ -153,9 +153,7 @@ jobs:
153
153
strategy :
154
154
matrix :
155
155
target : [ios, tvos, macos]
156
- flags : [
157
- ' --skip-tests --use-static-frameworks'
158
- ]
156
+ flags : ['--skip-tests --use-static-frameworks']
159
157
needs : pod_lib_lint
160
158
steps :
161
159
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments