Skip to content

Commit

Permalink
Added Carthage Installation Test CI workflow step.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 8, 2023
1 parent 9b3da33 commit a485790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-test-iOS16_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,11 @@ jobs:
export PACKAGE_BRANCH_NAME=$GITHUB_HEAD_REF
export PACKAGE_REVISION=$GITHUB_SHA
swift test --package-path Examples/SPM -v
- name: Carthage - Installation Test
working-directory: ./Examples/AblyCarthage
run: |
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"

0 comments on commit a485790

Please sign in to comment.