Skip to content

Commit 56ff4ae

Browse files
author
Greg Bowler
committed
feature: return non-zero exit code on failure
1 parent 22b9613 commit 56ff4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
run: |
8585
set -e
8686
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpstan
87-
${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
87+
${{ github.action_path }}/phpstan-action.bash
8888
shell: bash
8989

9090
branding:

0 commit comments

Comments
 (0)