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 dd77b8e commit 8ec4afcCopy full SHA for 8ec4afc
.github/workflows/storage.yml
@@ -51,8 +51,13 @@ jobs:
51
FirebaseStorage/Tests/Integration/Credentials.swift "$plist_secret"
52
- name: Xcode
53
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
54
- - name: BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
55
- run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh Storage${{ matrix.language }} all)
+ - uses: nick-fields/retry@v3
+ with:
56
+ timeout_minutes: 120
57
+ max_attempts: 3
58
+ retry_on: error
59
+ retry_wait_seconds: 120
60
+ command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
61
62
spm:
63
# Don't run on private repo unless it is a PR.
0 commit comments