1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-04-12 17:00:12 -09:00
This commit is contained in:
Samuele Reghenzi 2020-12-16 18:34:27 +01:00
parent 180bb1619f
commit 6d7660c5d5

View file

@ -22,8 +22,10 @@ jobs:
python-version: "3.x"
- name: Install Dev dependencies
run: |
echo {{github.ref}}
pip install pytest black mypy pytest-asyncio pytest-cov pytest-black pytest-mypy
pip install -e .
- name: Run Tests
run: python setup.py test
- uses: codecov/codecov-action@v1
@ -37,7 +39,6 @@ jobs:
name: Build Release
runs-on: ubuntu-latest
needs: checking
if: github.ref == 'ref/head/master'
steps:
- name: Checkout
uses: actions/checkout@v2