File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7373 if [ -n "${{ inputs.junit-glob }}" ]; then
7474 JUNIT_GLOB="--junit-glob '${{ inputs.junit-glob }}'"
7575 fi
76- 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 ${{ inputs.average-time }} --debug ${{ inputs.debug }})
76+ 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 ${{ inputs.average-time }} --debug ${{ inputs.debug }})
7777 echo "This runner will execute the following tests: $TESTS"
7878 echo "test-suite=${TESTS}" >> $GITHUB_OUTPUT
7979branding :
You can’t perform that action at this time.
0 commit comments