Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Improve CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Oct 6, 2020
1 parent e6f4d56 commit a835264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: none
- run: composer update ${{ matrix.composer-flags }} --no-interaction --prefer-dist
- run: composer update ${{ matrix.composer-flags }} --no-interaction --no-progress --prefer-dist --ansi
- run: npm install
- run: ./vendor/bin/phpunit
- run: ./vendor/bin/phpunit --color=always

0 comments on commit a835264

Please sign in to comment.