Skip to content

Commit

Permalink
SIANXSVC-1225: update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-bkelhar authored Mar 15, 2024
1 parent c7d6140 commit 43c571c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Xcode - Build
name: iOS - Build

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
xcodebuild clean -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -destination 'generic/platform=iOS'
- name: Testing App
run: |
xcodebuild test -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -destination 'platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro Max'
xcodebuild test -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -destination platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro Max | xcpretty
- name: Build
run: |
xcodebuild build-for-testing -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator
Expand All @@ -34,9 +34,5 @@ jobs:
xcodebuild test-without-building -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro Max'
- name: Build/Release
uses: hectorguerrini/build-ios-action@v1.0.4
- name: iOS Build Action
uses: yukiarrr/ios-build-action@v1.11.2
with:
project-path: ./TwoFas


0 comments on commit 43c571c

Please sign in to comment.