Skip to content

Commit

Permalink
disabling iOS tests in CI - there's nothing meaningful being run (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj authored Feb 15, 2025
1 parent cc86116 commit d54543e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mac_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Show Destinations
run: xcodebuild -showdestinations -scheme 'MeetingNotes'

- name: Show Test Plans
run: xcodebuild -showTestPlans -scheme 'MeetingNotes'
#- name: Show Test Plans
# run: xcodebuild -showTestPlans -scheme 'MeetingNotes'

#- name: iOS xcodebuild basic invoke
# run: xcodebuild clean test -scheme 'MeetingNotes'
Expand All @@ -56,9 +56,9 @@ jobs:
# Xcode 15.2 settings
run: xcodebuild clean build -scheme 'MeetingNotes' -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14' -sdk iphonesimulator17.2 -showBuildTimingSummary

- name: iOS test
# Xcode 15.2 settings
run: xcodebuild test -scheme 'MeetingNotes' -testPlan 'MeetingNotes' -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14' -sdk iphonesimulator17.2 -showBuildTimingSummary
#- name: iOS test
# # Xcode 15.2 settings
# run: xcodebuild test -scheme 'MeetingNotes' -testPlan 'MeetingNotes' -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14' -sdk iphonesimulator17.2 -showBuildTimingSummary

- name: macOS build for MeetingNotes
# Xcode 15.2 settings
Expand Down

0 comments on commit d54543e

Please sign in to comment.