Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews authored Sep 17, 2024
1 parent a1cf8cd commit 5185ceb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/actions/ci_xcodebuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ runs:
destination: "${{ inputs.xcodebuild_destination }}"
action: "${{ inputs.xcodebuild_action }}"
result-bundle-path: build_results.xcresult

- uses: kishikawakatsumi/xcresulttool@v1
name: Publish build results
with:
path: build_results.xcresult
upload-bundles: never # Permission issues with uploading
show-passed-tests: false
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 5185ceb

Please sign in to comment.