Skip to content

Commit afe25c7

Browse files
committed
Fix test runner - needs working dir
also Needs RAKULIB explicitly these days
1 parent ab69fe5 commit afe25c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

util/github-action-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ fi
2020

2121
docker run -t \
2222
-v "${GITHUB_WORKSPACE}":/test:Z \
23+
-w "/test" \
2324
--entrypoint env \
2425
"${TEST_IMAGE}" \
2526
RAKU_DOC_TEST_VERBOSE=${RAKU_DOC_TEST_VERBOSE} \
27+
RAKULIB=. \
2628
prove6 "$@"

0 commit comments

Comments
 (0)