Skip to content

Commit 340f7f4

Browse files
author
Greg Bowler
committed
Cascade failed bash script
1 parent fdc6fc0 commit 340f7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ runs:
7676
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
7777
ACTION_ARGS: ${{ inputs.args }}
7878
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
79+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpstan \
80+
&& ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1 }
8181
shell: bash
8282

8383
branding:

0 commit comments

Comments
 (0)