Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SURYAKANTSHARMA authored May 4, 2024
1 parent 7d1c5d9 commit 45492ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build app
run: xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/CountryPicker.xcodeproj -scheme CountryPicker -destination 'platform=iOS Simulator,name=iPhone 8' ONLY_ACTIVE_ARCH=YES
run: xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/Framework/Framework.xcodeproj -scheme Framework -destination 'platform=iOS Simulator,name=iPhone 15' ONLY_ACTIVE_ARCH=YES

- name: Run tests
run: xcodebuild -project 'CountryPicker/CountryPicker.xcodeproj' -scheme 'CountryPicker' -destination 'platform=iOS Simulator,name=iPhone 8' test | xcpretty
run: xcodebuild -project 'CountryPicker/Framework/Framework.xcodeproj' -scheme 'Framework' -destination 'platform=iOS Simulator,name=iPhone 15' test | xcpretty


0 comments on commit 45492ad

Please sign in to comment.