Skip to content

Commit f895d61

Browse files
author
Greg Bowler
committed
wip: executable bit
1 parent 975c16b commit f895d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ then
1414
fi
1515
phar_url="${phar_url}.phar"
1616
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"
1817

1918
phar_path="${github_action_path}/phpunit.phar"
2019
else
2120
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"
2221
echo "output_log=Using vendored phpunit: $phar_path"
2322
fi
2423

24+
chmod +x "${github_action_path}/phpunit.phar"
2525
command_string=("phpunit")
2626

2727
if [ -n "$ACTION_CONFIGURATION" ]

0 commit comments

Comments
 (0)