Skip to content

Commit

Permalink
Resolve Dependencies Before Building Project for SPM Xcodebuild (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
PSchmiedmayer authored Dec 12, 2022
1 parent ba487d1 commit 98e8bff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-xcodebuild-spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
swift --version
echo "inputs.path: ${{ inputs.path }}"
echo "inputs.scheme: ${{ inputs.scheme }}"
- name: Resolve Dependencies
run: |
xcodebuild -resolvePackageDependencies
- name: Build and Test
run: |
xcodebuild test \
Expand Down

0 comments on commit 98e8bff

Please sign in to comment.