Make container more robust #95

Merged
lukas merged 5 commits from container-improvements into main 2026-05-12 16:29:35 +00:00
Showing only changes of commit d96066e625 - Show all commits
+2 -2
View File
@@ -22,8 +22,8 @@ jobs:
- name: Run Migrations - name: Run Migrations
run: uv run python manage.py migrate run: uv run python manage.py migrate
# - name: Run Tests - name: Run Tests
# run: PROD=1 uv run pytest run: uv run --with pytest-django pytest
build-and-push: build-and-push:
needs: test needs: test