Skip to content

Commit

Permalink
Display logs along with tests; report everything
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy authored and jmglsn committed Feb 3, 2021
1 parent f8c830a commit e620803
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -31,13 +31,14 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
ini-values: error_reporting=E_ALL

- run: ./travisci/bin/start.sh

- uses: "ramsey/composer-install@v1"

- run: ./travisci/bin/logs.sh

- run: vendor/bin/phpunit
- run: |
./travisci/bin/logs.sh
vendor/bin/phpunit --debug
- run: ./travisci/bin/stop.sh

0 comments on commit e620803

Please sign in to comment.