kishikawakatsumi / xcresulttool

A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: The process '/usr/bin/xcrun' failed with exit code 1

paulz opened this issue · comments

Thank you for the awesome action!

when using show-passed-tests: false

we are getting the error:

Error: The process '/usr/bin/xcrun' failed with exit code 1

in step:

      - name: xcresulttool
        uses: kishikawakatsumi/xcresulttool@v1.5.0
        if: always()
        with:
          show-passed-tests: false
          show-code-coverage: true
          upload-bundles: false
          path: |
            test-results/consumer-all-tests.xcresult
            test-results/trainer-all-tests.xcresult

when using show-passed-tests: true it works but output is truncated

is there a way to debug this?

I also started seeing this issue when I added a second xcresult to the path.

Same as above I have show-passed-tests: false