Skip to content

Commit bfb69b7

Browse files
author
Greg Bowler
committed
feature: return non-zero exit code on failure
1 parent be54d28 commit bfb69b7

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
@@ -108,7 +108,7 @@ runs:
108108
run: |
109109
set -e
110110
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
111-
${{ github.action_path }}/phpunit-action.bash || cat ${{ github.workspace }}/output.log
111+
${{ github.action_path }}/phpunit-action.bash
112112
shell: bash
113113

114114
branding:

0 commit comments

Comments
 (0)