From 30cc665f051d542acd1508e663b9bc6218e72cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4der?= Date: Fri, 10 Oct 2025 16:40:17 +0200 Subject: [PATCH] .gitea/workflows/UnitTests.yaml aktualisiert --- .gitea/workflows/UnitTests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/UnitTests.yaml b/.gitea/workflows/UnitTests.yaml index 213154fc..686db524 100644 --- a/.gitea/workflows/UnitTests.yaml +++ b/.gitea/workflows/UnitTests.yaml @@ -25,6 +25,11 @@ jobs: echo "No requirements.txt found, skipping installation." fi + - name: Read .env from server and write to current directory + run: | + cat .env > .env + + - name: Run unit tests run: | source venv/bin/activate