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 # run test suite
#---------------------------------------------- #----------------------------------------------
- name: Run tests # - name: Run tests
run: | # run: |
source .venv/bin/activate # source .venv/bin/activate
pytest tests/ # pytest tests/
coverage report # coverage report
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest