From 17c28cae32c366e0be8dea2247bf8d54185569ee Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 27 Feb 2025 10:30:50 +0100 Subject: [PATCH] Fixes --- .gitea/workflows/run_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 95b08c9d4..67eeb052a 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -15,7 +15,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Init run: | - make make-init ENVS="ENV=test TAG=latest" + make make-init ENVS="ENV=ci TAG=latest" make docker-compose-init - name: Build Images run: | @@ -49,7 +49,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Init run: | - make make-init ENVS="ENV=test TAG=latest" + make make-init ENVS="ENV=ci TAG=latest" make docker-compose-init - name: Build Images run: |