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 b3e9714 commit 9e3aceeCopy full SHA for 9e3acee
action.yml
@@ -76,8 +76,10 @@ 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/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpstan \
80
- && ${{ github.action_path }}/phpstan-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
+ run: |
+ set -e
81
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpstan
82
+ ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
83
shell: bash
84
85
branding:
0 commit comments