Skip to content

Commit

Permalink
feature: return non-zero exit code on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 11, 2022
1 parent 22b9613 commit 56ff4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -84,7 +84,7 @@ runs:
run: |
set -e
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpstan
${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
${{ github.action_path }}/phpstan-action.bash
shell: bash

branding:
Expand Down

0 comments on commit 56ff4ae

Please sign in to comment.