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 788c8d4 commit a16f21dCopy full SHA for a16f21d
.github/workflows/remoteconfig.yml
@@ -72,7 +72,12 @@ jobs:
72
- name: Xcode
73
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
74
- name: Fake Console API Tests
75
- run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
+ 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
81
- name: IntegrationTest
82
if: matrix.target == 'iOS'
83
# No retry to avoid exhausting AccessToken quota.
0 commit comments