Skip to content

Merge pull request #13 from binxio/feat/test-on-push #3

Merge pull request #13 from binxio/feat/test-on-push

Merge pull request #13 from binxio/feat/test-on-push #3

Workflow file for this run

---
name: build
"on": push
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
- name: checkout
run: git fetch --prune --unshallow
- name: install environment
run: pip install pipenv
- name: run tests
run: make test