We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b61ab commit 91ff02aCopy full SHA for 91ff02a
phpunit-action.bash
@@ -90,5 +90,6 @@ docker run --rm \
90
--volume "${github_action_path}/phpunit.phar":/usr/local/bin/phpunit \
91
--volume "${GITHUB_WORKSPACE}":/app \
92
--workdir /app \
93
+ --network host \
94
--env-file <( env| cut -f1 -d= ) \
95
${docker_tag} "${command_string[@]}"
0 commit comments