From 097631adc13d85bf66c1324aaf25a561b11f484a Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Tue, 10 Mar 2026 19:25:20 +0100 Subject: [PATCH] fix(pipeline): Disable Ryuk to pass backend tests --- .github/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ea9a4fa..02406de 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -157,6 +157,7 @@ jobs: 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 uses: docker/setup-buildx-action@v3