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:
7373 - name : Xcode
7474 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7575 - 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
8282 - name : IntegrationTest
8383 if : matrix.target == 'iOS'
8484 # No retry to avoid exhausting AccessToken quota.
@@ -153,9 +153,7 @@ jobs:
153153 strategy :
154154 matrix :
155155 target : [ios, tvos, macos]
156- flags : [
157- ' --skip-tests --use-static-frameworks'
158- ]
156+ flags : ['--skip-tests --use-static-frameworks']
159157 needs : pod_lib_lint
160158 steps :
161159 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments