Skip to content

Commit 54abdec

Browse files
committed
Fix missing bracket
1 parent 3f5f4f4 commit 54abdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
if [ -n "${{ inputs.debug }}" ]; then
8282
DEBUG="--debug"
8383
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}
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})
8585
echo "This runner will execute the following tests: $TESTS"
8686
echo "test-suite=${TESTS}" >> $GITHUB_OUTPUT
8787
branding:

0 commit comments

Comments
 (0)