Skip to content

TECH Replace PHPUnit checks with plain PHP because there is no backwa… #79

TECH Replace PHPUnit checks with plain PHP because there is no backwa…

TECH Replace PHPUnit checks with plain PHP because there is no backwa… #79

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)