Skip to content

Commit

Permalink
remove xcodebuild -list
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 20, 2024
1 parent bb90f12 commit 48ba0f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ jobs:
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Setup Scripts Directory
run: ./setup-scripts.sh
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
- name: Unit Tests
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect ${{ matrix.target }} spm

0 comments on commit 48ba0f2

Please sign in to comment.