Skip to content

Merge pull request #7 from shellrent/resetfix #9

Merge pull request #7 from shellrent/resetfix

Merge pull request #7 from shellrent/resetfix #9

Workflow file for this run

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