Skip to content

Commit b1f82c1

Browse files
committed
allow for multiple files
1 parent 8f20631 commit b1f82c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/github-action-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ docker run -t \
2525
"${TEST_IMAGE}" \
2626
RAKU_DOC_TEST_VERBOSE=${RAKU_DOC_TEST_VERBOSE} \
2727
RAKULIB=. \
28-
TEST_FILES=${TEST_FILES} \
28+
TEST_FILES="${TEST_FILES}" \
2929
prove6 "$@"

0 commit comments

Comments
 (0)