Skip to content

Commit

Permalink
Enhancement: Use --ansi option (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Apr 27, 2022
1 parent 56fcfa4 commit cbaf8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
php-version: "${{ matrix.php-version }}"

- name: "Install dependencies with composer"
run: "composer install --no-progress"
run: "composer install --ansi --no-progress"

- name: "Run tests with phpunit/phpunit"
run: "vendor/bin/phpunit"

0 comments on commit cbaf8ff

Please sign in to comment.