Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ jobs:
run: scripts/setup_spm_tests.sh
- name: Functions Integration Test Server
run: FirebaseFunctions/Backend/start.sh synchronous
- uses: nick-fields/retry@v3
with:
timeout_minutes: 120
max_attempts: 3
retry_on: error
retry_wait_seconds: 120
command: scripts/build.sh Firebase-Package iOS ${{ matrix.test }}
- name: Build or test
run: scripts/build.sh Firebase-Package iOS ${{ matrix.test }}
# - uses: nick-fields/retry@v3
# with:
# timeout_minutes: 120
# max_attempts: 3
# retry_on: error
# retry_wait_seconds: 120
# command: scripts/build.sh Firebase-Package iOS ${{ matrix.test }}

# Test iOS Device build since some Firestore dependencies build different files.
iOS-Device:
Expand Down
Loading