Skip to content

Commit dabcd3f

Browse files
authored
fix(ci): Fix syntax errors in remoteconfig.yml (#15255)
1 parent e40142e commit dabcd3f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)