Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirpervaizQI authored Apr 13, 2024
1 parent 80083c3 commit 50025ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:

- name: Build iOS App
run: |
xcodebuild clean build -workspace TestApp.xcodeproj -scheme TestApp -destination 'platform=iOS Simulator,name=iPhone 11,OS=17.0'
xcodebuild clean build -scheme TestApp -destination 'platform=iOS Simulator,name=iPhone 11,OS=17.0'
- name: Run iOS Tests
run: |
xcodebuild test -workspace TestApp.xcodeproj -scheme TestApp -destination 'platform=iOS Simulator,name=iPhone 11,OS=17.0'
Expand Down

0 comments on commit 50025ae

Please sign in to comment.