Skip to content

Commit 6fa2a30

Browse files
author
Greg Bowler
committed
debug: check for empty string
1 parent 4b70d79 commit 6fa2a30

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
@@ -4,7 +4,7 @@ github_action_path=$(dirname "$0")
44
docker_tag=$(cat ./docker_tag)
55
echo "output_log=Docker tag: $docker_tag"
66

7-
if [ -n "$ACTION_PHPUNIT_PATH" ]
7+
if [ -z "$ACTION_PHPUNIT_PATH" ]
88
then
99
echo "output_log=Using phar"
1010
phar_url="https://phar.phpunit.de/phpunit"

0 commit comments

Comments
 (0)