Skip to content

Commit

Permalink
[IRP-1015] Add new action before SPM migration
Browse files Browse the repository at this point in the history
  • Loading branch information
robergro committed Jun 26, 2024
1 parent 240eae0 commit 2777ee6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/buildDemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,4 @@ jobs:
version: '2.41.0'
- name: Build
run: |
xcodebuild -scheme ${{ env.app_name }} -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 pro,OS=17.5' build
- name: Upload xcresult file
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ env.app_name }}-${{ github.run_number }}.xcresult
path: ${{ env.app_name }}.xcresult
retention-days: 15
xcodebuild -scheme SparkDemo -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 pro,OS=17.5' build

0 comments on commit 2777ee6

Please sign in to comment.