notest
All checks were successful
deploy to v2 / test (push) Successful in 40s
deploy to v2 / deploy (push) Successful in 1m19s

This commit is contained in:
Untone 2024-02-05 17:17:18 +03:00
parent 625099568c
commit 125fa2b86d

View File

@ -46,11 +46,11 @@ jobs:
#----------------------------------------------
# run test suite
#----------------------------------------------
- name: Run tests
run: |
source .venv/bin/activate
pytest tests/
coverage report
# - name: Run tests
# run: |
# source .venv/bin/activate
# pytest tests/
# coverage report
deploy:
runs-on: ubuntu-latest