From b26ceeb8fe473bcee1453b84e2f1ec30e02441cc Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 25 Dec 2024 19:39:17 +0100 Subject: [PATCH] Noconfirm --- .woodpecker/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index e2d53d0..1ac48f1 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -7,7 +7,7 @@ steps: image: debian commands: - apt update - - apt install libcmocka-dev + - apt install libcmocka-dev -y - echo "echo hello" > executable.sh - chmod +x executable.sh - name: a-test-step