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

This commit is contained in:
Jonas Häder 2025-10-10 16:40:17 +02:00
parent 80690a9c8c
commit 30cc665f05

View File

@ -25,6 +25,11 @@ jobs:
echo "No requirements.txt found, skipping installation." echo "No requirements.txt found, skipping installation."
fi fi
- name: Read .env from server and write to current directory
run: |
cat .env > .env
- name: Run unit tests - name: Run unit tests
run: | run: |
source venv/bin/activate source venv/bin/activate