We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for the awesome action!
when using show-passed-tests: false
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/[email protected] 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
show-passed-tests: true
The text was updated successfully, but these errors were encountered:
is there a way to debug this?
Sorry, something went wrong.
I also started seeing this issue when I added a second xcresult to the path.
xcresult
path
Same as above I have show-passed-tests: false
+1
No branches or pull requests
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:
when using
show-passed-tests: true
it works but output is truncatedThe text was updated successfully, but these errors were encountered: