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 b19394f commit f4dbb65Copy full SHA for f4dbb65
.github/workflows/phpunit.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Install dependencies
18
run: composer install --prefer-dist --no-progress
19
- name: Run PHPUnit tests
20
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit --colors=always
0 commit comments