Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Jul 27, 2024
1 parent d908c85 commit d847522
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/app_distribution_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pod install
- name: Selecting Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
run: sudo xcode-select -switch /Applications/Xcode_15.4.app

- name: Running Xcode version
run: /usr/bin/xcodebuild -version
Expand All @@ -49,10 +49,6 @@ jobs:
run: |
xcodebuild clean -project GitHubAction.xcodeproj -scheme GitHubAction | xcpretty
- name: Build Test
run: |
xcodebuild test -project GitHubAction.xcodeproj -scheme GitHubAction -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' | xcpretty -s
- name: Build Archive
uses: yukiarrr/[email protected]
with:
Expand Down

0 comments on commit d847522

Please sign in to comment.