We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5f4f4 commit 54abdecCopy full SHA for 54abdec
action.yml
@@ -81,7 +81,7 @@ runs:
81
if [ -n "${{ inputs.debug }}" ]; then
82
DEBUG="--debug"
83
fi
84
- TESTS=$(java -jar split-tests-java.jar --split-index ${{ inputs.split-index }} --split-total ${{ inputs.split-total }} --glob '${{ inputs.glob }}' ${EXCLUDE_GLOB} ${JUNIT_GLOB} --format ${{ inputs.format }} ${AVERAGE_TIME} ${DEBUG}
+ TESTS=$(java -jar split-tests-java.jar --split-index ${{ inputs.split-index }} --split-total ${{ inputs.split-total }} --glob '${{ inputs.glob }}' ${EXCLUDE_GLOB} ${JUNIT_GLOB} --format ${{ inputs.format }} ${AVERAGE_TIME} ${DEBUG})
85
echo "This runner will execute the following tests: $TESTS"
86
echo "test-suite=${TESTS}" >> $GITHUB_OUTPUT
87
branding:
0 commit comments