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