Compare commits
No commits in common. "5330cedcfbb88ec3c1b5353392c907492d47f777" and "a74b550406f2046d5ddb2c77bffae456309f9d9d" have entirely different histories.
5330cedcfb
...
a74b550406
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
DJANGO_SECRET_KEY: 1234567890
|
DJANGO_SECRET_KEY: 1234567890
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v6
|
||||||
- run: uv sync --all-extras --dev -U
|
- run: uv sync --all-extras --dev -U
|
||||||
- run: uv run pytest
|
- run: uv run pytest
|
||||||
- name: Check if makemigrations are needed
|
- name: Check if makemigrations are needed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue