Re-enable tests
Django CI/CD / test (push) Successful in 28s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-05-12 18:25:27 +02:00
parent 00f84fee9b
commit d96066e625
+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