diff --git a/phpunit-action.bash b/phpunit-action.bash index 70bacc4..cdc9fb8 100755 --- a/phpunit-action.bash +++ b/phpunit-action.bash @@ -90,5 +90,6 @@ docker run --rm \ --volume "${github_action_path}/phpunit.phar":/usr/local/bin/phpunit \ --volume "${GITHUB_WORKSPACE}":/app \ --workdir /app \ + --network host \ --env-file <( env| cut -f1 -d= ) \ ${docker_tag} "${command_string[@]}"