From cfa4abd9ac8263e854875a40960e972232c4d63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4der?= Date: Fri, 10 Oct 2025 16:41:45 +0200 Subject: [PATCH] .gitea/workflows/UnitTests.yaml aktualisiert --- .gitea/workflows/UnitTests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/UnitTests.yaml b/.gitea/workflows/UnitTests.yaml index 686db524..625d88b8 100644 --- a/.gitea/workflows/UnitTests.yaml +++ b/.gitea/workflows/UnitTests.yaml @@ -27,7 +27,7 @@ jobs: - name: Read .env from server and write to current directory run: | - cat .env > .env + cat /home/jhaeder/.env > .env - name: Run unit tests