Skip to content

Use previous version of Ubuntu for tests to avoid interference betwee… #141

Use previous version of Ubuntu for tests to avoid interference betwee…

Use previous version of Ubuntu for tests to avoid interference betwee… #141

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: docker-compose run tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}