File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,6 @@ inputs:
8181 description : Extra arguments to pass to the phpunit binary
8282 required : false
8383
84- outputs :
85- output_log :
86- description : An output log of the build process
87-
8884runs :
8985 using : " composite"
9086 steps :
@@ -112,7 +108,6 @@ runs:
112108 run : |
113109 set -e
114110 bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
115- echo "output_log=this is a test" >> $GITHUB_OUTPUT
116111 ${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
117112 shell : bash
118113
Original file line number Diff line number Diff line change 9696 command_string+=($ACTION_ARGS )
9797fi
9898
99- echo " output_log=Command: " " ${command_string[@]} "
99+ echo " output_log=Command: ${command_string[@]} "
100100
101101docker run --rm \
102102 --volume " ${phar_path} " :/usr/local/bin/phpunit \
You can’t perform that action at this time.
0 commit comments