Skip to content

Commit

Permalink
Nice actions output
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and colinodell committed Jul 7, 2020
1 parent 345da41 commit 06cebc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
php-version: 7.2
extensions: curl, mbstring
coverage: none
tools: composer:v2
tools: composer:v2, cs2pr

- run: composer update --no-progress

- run: vendor/bin/phpcs
- run: vendor/bin/phpcs -q --report=checkstyle | cs2pr

phpunit:
name: PHPUnit on ${{ matrix.php }}
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:

- run: composer update --no-progress

- run: vendor/bin/psalm
- run: vendor/bin/psalm --no-progress --output-format=github

0 comments on commit 06cebc2

Please sign in to comment.