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: - save_cache:
paths: paths:
- .venv - .venv
key: venv-cache-{{ checksum "poetry.locl" }} key: venv-cache-{{ checksum "poetry.lock" }}
- run: - run:
name: pytest name: pytest
command: poetry run pytest --junitxml=test-results/junit.xml command: poetry run pytest --junitxml=test-results/junit.xml