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 be54d28 commit bfb69b7Copy full SHA for bfb69b7
action.yml
@@ -108,7 +108,7 @@ runs:
108
run: |
109
set -e
110
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
+ ${{ github.action_path }}/phpunit-action.bash
112
shell: bash
113
114
branding:
0 commit comments