Skip to content

TECH Bump phpunit/phpunit from 9.6.18 to 9.6.19 #138

TECH Bump phpunit/phpunit from 9.6.18 to 9.6.19

TECH Bump phpunit/phpunit from 9.6.18 to 9.6.19 #138

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: docker-compose run tests
- run: bash <(curl -s https://codecov.io/bash)