Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Better test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof Roos committed Jan 19, 2021
1 parent 4cba783 commit 4f00859
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ jobs:
with:
composer-options: "--ignore-platform-req=php"

- name: Install GitHub Actions test printer
run:
composer require
--dev
--no-progress
--no-interaction
mheap/phpunit-github-actions-printer

- name: Configure application
run: php artisan key:generate

Expand Down Expand Up @@ -150,7 +158,9 @@ jobs:
- name: Run unit tests
run: |
test -d dist || mkdir dist
vendor/bin/phpunit --coverage-clover ./dist/coverage-clover.xml
vendor/bin/phpunit \
--coverage-clover ./dist/coverage-clover.xml \
--printer mheap\\GithubActionsReporter\\Printer
terraform:
name: "Validate Terraform Configuration"
Expand Down

0 comments on commit 4f00859

Please sign in to comment.