Skip to content

Commit

Permalink
Replaced internal fork of xcresulttool action with original
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Oct 10, 2024
1 parent 1154103 commit d14a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: bin/test | xcpretty && exit ${PIPESTATUS[0]}
timeout-minutes: 30

- uses: embrace-io/xcresulttool@v1
- uses: kishikawakatsumi/xcresulttool@v1
if: always()
with:
path: .build/test/output.xcresult
Expand Down

0 comments on commit d14a7bf

Please sign in to comment.