From 0cf90ad0d21027fe684484c61d1e709f7243af51 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 16:21:39 +0100 Subject: [PATCH] fix(pipeline): Add frontend back, add testcontainers back --- .gitea/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 5efbd09..a35f33d 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -144,6 +144,8 @@ jobs: run: ./gradlew test env: SPRING_PROFILES_ACTIVE: testcontainers + # Fixes Ryuk testcontainers error during test (https://github.com/testcontainers/testcontainers-java/issues/7036) + TESTCONTAINERS_HOST_OVERRIDE: host.docker.internal - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3