Skip to content

Commit

Permalink
👷 Upload xcresult artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Jun 23, 2024
1 parent c7a2bac commit 21e2c00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Build and Tests
run: xcodebuild build -scheme HUDHero -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro" -resultBundlePath HUDHero.xcresult test
- name: Upload xcresult file
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: HUDHero-${{ github.run_number }}.xcresult
path: HUDHero.xcresult

0 comments on commit 21e2c00

Please sign in to comment.