Skip to content

Commit a182eaa

Browse files
author
Greg Bowler
committed
Pass all environment variables into subcontainer
1 parent 8090233 commit a182eaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit-action.bash

+1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ docker run --rm \
9090
--volume "${github_action_path}/phpunit.phar":/usr/local/bin/phpunit \
9191
--volume "${GITHUB_WORKSPACE}":/app \
9292
--workdir /app \
93+
--env-file <( env| cut -f1 -d= ) \
9394
${docker_tag} "${command_string[@]}"

0 commit comments

Comments
 (0)