We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc6fc0 commit 340f7f4Copy full SHA for 340f7f4
action.yml
@@ -76,8 +76,8 @@ runs:
76
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
77
ACTION_ARGS: ${{ inputs.args }}
78
id: phpstan_run
79
- run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
80
- && ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpstan \
+ && ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1 }
81
shell: bash
82
83
branding:
0 commit comments