mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update woodpecker.yml files
This commit is contained in:
parent
37d6c854c4
commit
0096160ba7
2 changed files with 4 additions and 1 deletions
|
@ -49,3 +49,5 @@ when:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
skip_clone: true
|
|
@ -50,7 +50,8 @@ steps:
|
||||||
CACHE_PASSWORD:
|
CACHE_PASSWORD:
|
||||||
from_secret: CACHE_PASSWORD
|
from_secret: CACHE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- wget -qO- https://astral.sh/uv/install.sh | sh
|
- apt-get update && apt-get install -y --no-install-recommends curl build-essential && rm -rf /var/lib/apt/lists/*
|
||||||
|
- curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
- uv sync --frozen --compile-bytecode
|
- uv sync --frozen --compile-bytecode
|
||||||
- pytest src/
|
- pytest src/
|
||||||
- name: discord
|
- name: discord
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue