Skip to content

Commit

Permalink
Merge pull request #1861 from Expensify/Rory-RetryCocoaPodsInstall
Browse files Browse the repository at this point in the history
Auto-retry cocoapods installation
  • Loading branch information
robertjchen authored Mar 19, 2021
2 parents c598d98 + a4234e9 commit d8f3764
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
run: npm install -g detox-cli

- name: Install cocoapods
run: cd ios && pod install --repo-update
uses: nick-invision/retry@7c68161adf97a48beb850a595b8784ec57a98cbb
with:
timeout_minutes: 15
max_attempts: 3
command: cd ios && pod install --repo-update

- name: Install brew depdencies
run: |
Expand Down

0 comments on commit d8f3764

Please sign in to comment.