Skip to content

Commit

Permalink
SIANXSVC-1225: go through all steps, even the previous failed
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-bkelhar authored Mar 15, 2024
1 parent 43c571c commit 581d596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
- name: Clean
run: |
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 | xcpretty
- name: Build
- name: Build for Testing
if: always()
run: |
xcodebuild build-for-testing -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator
- name: Run Tests
if: always()
run: |
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
if: always()
uses: hectorguerrini/build-ios-action@v1.0.4


0 comments on commit 581d596

Please sign in to comment.