CI: Correr cosas paralelamente
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
64d5558996
commit
56eb3ba9e4
1 changed files with 13 additions and 1 deletions
|
@ -1,8 +1,20 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
chequear:
|
dependencias:
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:root
|
||||||
commands:
|
commands:
|
||||||
- make bundle hain="sh -c"
|
- make bundle hain="sh -c"
|
||||||
|
brakeman:
|
||||||
|
group: audit
|
||||||
|
image: registry.nulo.in/sutty/haini.sh:root
|
||||||
|
commands:
|
||||||
- make brakeman hain="sh -c"
|
- make brakeman hain="sh -c"
|
||||||
|
rubocup:
|
||||||
|
group: audit
|
||||||
|
image: registry.nulo.in/sutty/haini.sh:root
|
||||||
|
commands:
|
||||||
- make rubocop hain="sh -c"
|
- make rubocop hain="sh -c"
|
||||||
|
tests:
|
||||||
|
group: audit
|
||||||
|
image: registry.nulo.in/sutty/haini.sh:root
|
||||||
|
commands:
|
||||||
- make tests hain="sh -c"
|
- make tests hain="sh -c"
|
||||||
|
|
Loading…
Reference in a new issue