Skip to content

Commit 8a7a9be

Browse files
author
Greg Bowler
committed
group debug output on failure
1 parent 03bc649 commit 8a7a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
9797
id: composer_run
9898
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) composer \
99-
&& ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
99+
&& ${{ github.action_path }}/composer-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
100100
shell: bash
101101

102102
branding:

0 commit comments

Comments
 (0)