This commit is contained in:
felinae98 2021-06-17 15:35:22 +08:00
parent dce3ffb1e8
commit 7afcb960d0
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -43,7 +43,7 @@ jobs:
- save_cache:
paths:
- .venv
key: venv-cache-{{ checksum "poetry.locl" }}
key: venv-cache-{{ checksum "poetry.lock" }}
- run:
name: pytest
command: poetry run pytest --junitxml=test-results/junit.xml