We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ff02a commit 0c07054Copy full SHA for 0c07054
action.yml
@@ -101,7 +101,7 @@ runs:
101
ACTION_ARGS: ${{ inputs.args }}
102
id: phpunit_run
103
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpunit \
104
- && ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
+ && ${{ github.action_path }}/phpunit-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
105
shell: bash
106
107
branding:
0 commit comments