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 6fa2a30 commit db8c480Copy full SHA for db8c480
action.yml
@@ -112,6 +112,7 @@ runs:
112
run: |
113
set -e
114
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
115
+ echo "output_log=this is a test" >> $GITHUB_OUTPUT
116
${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
117
shell: bash
118
0 commit comments