Fix CI error
Django CI/CD / test (push) Successful in 1m14s Details
Django CI/CD / build-and-push (push) Successful in 1m24s Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-30 17:44:31 +01:00
parent d1b9202337
commit 8289c48896
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
poetry install
poetry env info
poetry run python manage.py migrate
poetry run pytest
PROD=1 poetry run pytest
build-and-push:
needs: test
runs-on: ubuntu-latest