mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-04-12 17:00:12 -09:00
rel test
This commit is contained in:
parent
180bb1619f
commit
6d7660c5d5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue