We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e975c6 commit 18d04fdCopy full SHA for 18d04fd
github-actions/ci-dist/action.yml
@@ -382,7 +382,7 @@ runs:
382
echo "::group::test (no coverage)"
383
cd ${{ inputs.path }}
384
if [ -f Makefile.PL ]; then
385
- ( $TEST_RUNNER_PREFIX make && $TEST_RUNNER_PREFIX make test ) || exit 1
+ ( $TEST_RUNNER_PREFIX $MYMAKE && $TEST_RUNNER_PREFIX $MYMAKE test ) || exit 1
386
elif [ -f Build.PL ]; then
387
( $TEST_RUNNER_PREFIX $MYPERL Build test ) || exit 1
388
else
0 commit comments