Skip to content

Commit

Permalink
Publish results?
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Sep 9, 2023
1 parent 3379283 commit f03a514
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
scheme: Mlem
destination: platform=iOS Simulator,name=iPhone 14,OS=16.2
action: test
result-bundle-path: test_results.xcresult

#- name: Build with xcodebuild
# run: |
# xcodebuild -project ./Mlem.xcodeproj -scheme "Mlem" -sdk "iphonesimulator16.2" -quiet -resultBundlePath "build_results.xcresult"
#- uses: kishikawakatsumi/xcresulttool@v1
# with:
# path: build_results.xcresult
# upload-bundles: never # Permission issues with uploading
# if: success() || failure()
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: test_results.xcresult
upload-bundles: never # Permission issues with uploading
if: success() || failure()
# ^ This is important because the action will be run
# even if the test fails in the previous step.

0 comments on commit f03a514

Please sign in to comment.