diff --git a/.github/workflows/remoteconfig.yml b/.github/workflows/remoteconfig.yml index 9b60ed6be19..5dc0984c517 100644 --- a/.github/workflows/remoteconfig.yml +++ b/.github/workflows/remoteconfig.yml @@ -73,12 +73,12 @@ jobs: - name: Xcode run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Fake Console API Tests - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 - with: - timeout_minutes: 15 - max_attempts: 3 - retry_wait_seconds: 120 - command: scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 + with: + timeout_minutes: 15 + max_attempts: 3 + retry_wait_seconds: 120 + command: scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole - name: IntegrationTest if: matrix.target == 'iOS' # No retry to avoid exhausting AccessToken quota. @@ -153,9 +153,7 @@ jobs: strategy: matrix: target: [ios, tvos, macos] - flags: [ - '--skip-tests --use-static-frameworks' - ] + flags: ['--skip-tests --use-static-frameworks'] needs: pod_lib_lint steps: - uses: actions/checkout@v4