From 841a401d85b6816cf3cb73802d6c1ab55766424b Mon Sep 17 00:00:00 2001 From: Francisco Moura Date: Thu, 11 Jul 2024 16:16:42 -0300 Subject: [PATCH] ci: disable reaper to avoid failure on testcontainers This issue seems related to https://github.com/testcontainers/testcontainers-go/issues/2172 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba1b16077..a92963a60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -211,6 +211,8 @@ jobs: version: v1.58.2 - name: Run Go tests + env: + TESTCONTAINERS_RYUK_DISABLED: true run: go test ./... build-docker: