Skip to content

Commit a16f21d

Browse files
authored
fix(ci): Update stalling remoteconfig.yml job to use retry action (#15250)
1 parent 788c8d4 commit a16f21d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ jobs:
7272
- name: Xcode
7373
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7474
- name: Fake Console API Tests
75-
run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
75+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
76+
with:
77+
timeout_minutes: 15
78+
max_attempts: 3
79+
retry_wait_seconds: 120
80+
command: scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
7681
- name: IntegrationTest
7782
if: matrix.target == 'iOS'
7883
# No retry to avoid exhausting AccessToken quota.

0 commit comments

Comments
 (0)