1
0
Fork 0

Github flow

This commit is contained in:
Joao M 2022-08-25 13:52:14 +00:00
parent 6520d26215
commit 2fe6ce4bea

View file

@ -26,7 +26,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: |
- name: Run tests
run: |
cd src/
pip install -r requirements.txt
pytest -s tests/ -vv