diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0a3f6693..bbd3a1fc 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,4 +17,4 @@ jobs: - run: vendor/bin/tester tests -s -C - if: failure() run: for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done - shell: bash + shell: bash \ No newline at end of file