Skip to content

Commit 18d04fd

Browse files
committed
actually use the MYMAKE variable
1 parent 4e975c6 commit 18d04fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/ci-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ runs:
382382
echo "::group::test (no coverage)"
383383
cd ${{ inputs.path }}
384384
if [ -f Makefile.PL ]; then
385-
( $TEST_RUNNER_PREFIX make && $TEST_RUNNER_PREFIX make test ) || exit 1
385+
( $TEST_RUNNER_PREFIX $MYMAKE && $TEST_RUNNER_PREFIX $MYMAKE test ) || exit 1
386386
elif [ -f Build.PL ]; then
387387
( $TEST_RUNNER_PREFIX $MYPERL Build test ) || exit 1
388388
else

0 commit comments

Comments
 (0)