Skip to content

Commit

Permalink
reenable xcresulttool
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire committed Sep 18, 2024
1 parent 6a4dd10 commit ea4e646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: TestResults
path: TestResults.xcresult/
if: success() || failure()
# - uses: kishikawakatsumi/xcresulttool@v1
# with:
# path: TestResults.xcresult
# if: success() || failure()
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()

0 comments on commit ea4e646

Please # to comment.