From d4c6def3988ff81537efc15beb892489b3819a98 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Fri, 13 Mar 2026 19:16:13 +0100 Subject: [PATCH] fix(pipeline): Remove testcontainers override --- .github/workflows/pipeline.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 02406de..afc50f6 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -155,8 +155,6 @@ jobs: - name: Run tests run: ./gradlew test env: - # Fixes Ryuk testcontainers error during test (https://github.com/testcontainers/testcontainers-java/issues/7036) - TESTCONTAINERS_HOST_OVERRIDE: host.docker.internal TESTCONTAINERS_RYUK_DISABLED: "true" - name: Set up Docker Buildx