mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Fix .venv in test step
This commit is contained in:
parent
a1e6066374
commit
55176db0e5
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ steps:
|
||||||
from_secret: CACHE_PASSWORD
|
from_secret: CACHE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- uv sync --frozen
|
- uv sync --frozen
|
||||||
|
- export PATH="/app/.venv/bin:$PATH"
|
||||||
- pytest src/
|
- pytest src/
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue