Skip to content

Commit

Permalink
Fix missing slash in multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Jul 21, 2021
1 parent 4acdac1 commit 8c9b670
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
composer install $COMPOSER_FLAGS
- name: Test
env:
ERROR_REPORTING: 24567 # E_ALL & ~ E_DEPRECATED & ~ E_NOTICE
run: |
php -d error_reporting=$ERROR_REPORTING
php -d error_reporting=$(php -r 'echo E_ALL & ~ E_DEPRECATED & ~ E_NOTICE;') \
-d xdebug.mode=coverage \
-d xdebug.overload_var_dump=0 \
vendor/bin/phpunit
Expand Down

0 comments on commit 8c9b670

Please sign in to comment.