Skip to content

Commit

Permalink
uncomment reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 4, 2023
1 parent 25a6ca5 commit 9d79fda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ jobs:
with:
path: test_output
- run: ls -la test_output
# - uses: kishikawakatsumi/xcresulttool@v1
# with:
# path: |
# test_output/BuildConfig.swift.xcresult
# test_output/BuildConfigDemo.xcresult
# show-passed-tests: false
# show-code-coverage: false
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: |
test_output/BuildConfig.swift.xcresult
test_output/BuildConfigDemo.xcresult
show-passed-tests: false
show-code-coverage: false
danger:
name: Danger
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 9d79fda

Please sign in to comment.