From 56eb3ba9e44857dd0e84a61ce9a0ff1589e1b439 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 30 Nov 2021 15:08:43 +0000 Subject: [PATCH] CI: Correr cosas paralelamente --- .woodpecker.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fc54de8..178a372 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,20 @@ pipeline: - chequear: + dependencias: image: registry.nulo.in/sutty/haini.sh:root commands: - make bundle hain="sh -c" + brakeman: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make brakeman hain="sh -c" + rubocup: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make rubocop hain="sh -c" + tests: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make tests hain="sh -c"