Fix tests?
This commit is contained in:
parent
94b921230a
commit
715b0258ae
2 changed files with 8 additions and 1 deletions
5
.github/workflows/docker.yaml
vendored
5
.github/workflows/docker.yaml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
DJANGO_DEBUG: False
|
||||
DJANGO_SECRET_KEY: 1234567890
|
||||
|
|
@ -41,7 +42,11 @@ jobs:
|
|||
- run: uv run pytest
|
||||
|
||||
- run: uv run python manage.py makemigrations --check
|
||||
env:
|
||||
TESTING: True
|
||||
- run: uv run python manage.py migrate
|
||||
env:
|
||||
TESTING: True
|
||||
- run: uv run python manage.py collectstatic --noinput
|
||||
- id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue