We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975c16b commit f895d61Copy full SHA for f895d61
phpunit-action.bash
@@ -14,14 +14,14 @@ then
14
fi
15
phar_url="${phar_url}.phar"
16
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpunit.phar"
17
- chmod +x "${github_action_path}/phpunit.phar"
18
19
phar_path="${github_action_path}/phpunit.phar"
20
else
21
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"
22
echo "output_log=Using vendored phpunit: $phar_path"
23
24
+chmod +x "${github_action_path}/phpunit.phar"
25
command_string=("phpunit")
26
27
if [ -n "$ACTION_CONFIGURATION" ]
0 commit comments