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