.gitea/workflows/UnitTests.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 20s

This commit is contained in:
Jonas Häder 2025-10-10 15:49:32 +02:00
parent 29f51663a5
commit 80690a9c8c

View File

@ -28,4 +28,4 @@ jobs:
- name: Run unit tests - name: Run unit tests
run: | run: |
source venv/bin/activate source venv/bin/activate
python3 -m unittest tests.py python3 manage.py test