Skip to content

Commit 74a29e0

Browse files
test
1 parent a3f6a1d commit 74a29e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ then
1818
phar_path="${github_action_path}/phpunit.phar"
1919
else
2020
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"
21+
echo "Using vendored phpunit: $phar_path" >> output.log 2>&1
2122
fi
2223

2324
command_string=("phpunit")

0 commit comments

Comments
 (0)