Closed jcourteau closed 1 year ago
this would fix the issue I filed: #9
Updated the PR:
setOutput
in the previous versions is deprecatedany update on this? The bump of actions/core to the latest version would be nice to get rid of GitHub's warnings when using this action.
Thanks @jcourteau -- merged!
Bazel generates JUnit-like output, but it uses the
error
key instead offailure
. It also does some other silly things with test aggregation, but I didn't dive into that with this PR.Also added some Github Actions outputs.
Changes:
testsuites.testsuite[].testcase[].error
XML node in addition totestsuites.testsuite[].testcase[].failure
passed
/failed
/skipped
/total
testsshow