Skip to content

Commit

Permalink
fix firestore target
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 22, 2024
1 parent cf31f19 commit 604ac48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@ jobs:
- name: Initialize xcodebuild
run: scripts/setup_spm_tests.sh
- name: iOS Build Test
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore iOS spmbuildonly
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore ${{ matrix.target }} spmbuildonly
- name: Swift Build
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift iOS spmbuildonly
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift ${{ matrix.target }} spmbuildonly

spm-binary:
# Either a scheduled run from public repo, or a pull request with firestore changes.
Expand Down

0 comments on commit 604ac48

Please sign in to comment.