Skip to content

Commit 9426946

Browse files
author
Greg Bowler
committed
Output log on failure
1 parent a947fad commit 9426946

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
@@ -77,7 +77,7 @@ runs:
7777
ACTION_ARGS: ${{ inputs.args }}
7878
id: phpstan_run
7979
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
80-
&& ${{ github.action_path }}/phpstan-action.bash
80+
&& ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.action_path }}/output.log
8181
shell: bash
8282

8383
branding:

0 commit comments

Comments
 (0)