Compare commits

...

2 commits

Author SHA1 Message Date
a69a5cefb6 CI: Correr make test en vez de make tests
Some checks failed
continuous-integration/woodpecker the build failed
2021-11-30 15:17:14 +00:00
4fb53f1331 CI: Instalar dependencias en vendor/ para que persistan entre pasos 2021-11-30 15:17:02 +00:00

View file

@ -2,6 +2,7 @@ pipeline:
dependencias:
image: registry.nulo.in/sutty/haini.sh:root
commands:
- bundle config set --local path 'vendor/'
- make bundle hain="sh -c"
brakeman:
group: audit
@ -17,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"