From a69a5cefb63eb1df48d41409125af279f775e313 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 30 Nov 2021 15:17:14 +0000 Subject: [PATCH] CI: Correr make test en vez de make tests --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ecb7223..e735655 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,4 +18,4 @@ pipeline: group: audit image: registry.nulo.in/sutty/haini.sh:root commands: - - make tests hain="sh -c" + - make test hain="sh -c"