We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8f19e commit e9ecfafCopy full SHA for e9ecfaf
action.yml
@@ -29,7 +29,7 @@ runs:
29
30
case ${{ inputs.transformation }} in
31
'gtest-to-generic-execution')
32
- { echo '<testExecutions version="1">'; xsltproc converters/gtest-to-generic-execution.xslt ${{ inputs.input }}; echo '</testExecutions>'; } | tee ${{ inputs.output }} > /dev/null
+ { echo '<testExecutions version="1">'; xsltproc ${GITHUB_ACTION_PATH}/converters/gtest-to-generic-execution.xslt ${{ inputs.input }}; echo '</testExecutions>'; } | tee ${{ inputs.output }} > /dev/null
33
;;
34
'mutation-test-to-generic-issue')
35
0 commit comments