CI: Correr cosas paralelamente
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
Cat /dev/Nulo 2021-11-30 15:08:43 +00:00
parent 64d5558996
commit 56eb3ba9e4

View file

@ -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"