Skip to content

print stack traces of all nested exceptions #50

print stack traces of all nested exceptions

print stack traces of all nested exceptions #50

Workflow file for this run

on: push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
container: 1maa/php-dev:8.2
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install dependencies
run: composer install
- name: Execute test suite
run: composer test
- name: Send coverage to Scrutinizer CI
if: ${{ always() }}
run: |
git config --global --add safe.directory /__w/jelly/jelly
php vendor/bin/ocular code-coverage:upload --format=php-clover build/phpunit/clover.xml