Skip to content

TECH Bump phpunit/phpunit from 9.6.17 to 9.6.18 #133

TECH Bump phpunit/phpunit from 9.6.17 to 9.6.18

TECH Bump phpunit/phpunit from 9.6.17 to 9.6.18 #133

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)