From 7ca185d1f0d221e10444bb0d595f65d9cfe3da65 Mon Sep 17 00:00:00 2001 From: gmega Date: Wed, 18 Jun 2025 20:30:04 -0300 Subject: [PATCH] fix: run Docker without TTY --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71806ac..416c039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: tags: clh:test - name: Run Tests - run: docker run -it --rm clh:test ./test/bats/bin/bats test/ + run: docker run -v --rm clh:test ./test/bats/bin/bats test/