From c754d0554486041eb9f26b448274b4a0cca8655c Mon Sep 17 00:00:00 2001 From: RocketQuack <202538874+Rocket-Quack@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:51:13 +0200 Subject: [PATCH] fix(ci): run easy-docker bats tests without pretty formatter --- .github/workflows/easy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/easy-docker.yml b/.github/workflows/easy-docker.yml index 270be5a7..2d55a23f 100644 --- a/.github/workflows/easy-docker.yml +++ b/.github/workflows/easy-docker.yml @@ -35,4 +35,4 @@ jobs: sudo "./bats-core-${BATS_VERSION#v}/install.sh" /usr/local - name: Run easy-docker Bats tests - run: bats -p --recursive tests/easy-docker + run: bats --recursive tests/easy-docker