From 11609207640421273e2fd429537d2f9d3b379944 Mon Sep 17 00:00:00 2001 From: Brian Bicknell Date: Sun, 2 Nov 2025 15:15:17 -0500 Subject: [PATCH] Disable certain test container options. --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f0cf7be..8391615 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: image: ghcr.io/catthehacker/ubuntu:act-latest options: >- --privileged + env: + TESTCONTAINERS_RYUK_DISABLED: 'true' + TESTCONTAINERS_CHECKS_DISABLE: 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4