CI: Preparar entorno de desarrollo para testear
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
a69a5cefb6
commit
0037abcada
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ pipeline:
|
|||
group: audit
|
||||
image: registry.nulo.in/sutty/haini.sh:root
|
||||
commands:
|
||||
- make postgresql hain="sh -c"
|
||||
- echo -n z8p4KI/XRbGPdxPsNux8ys1gvL4+97DrrvPyt7gugJog3o3x/UEIyedkKUq9FWHOS9ltrsUN6NpN5Dsme+iHbMC/FrRjDmDvOoHpP/pqy924l6IgU8OK3m2Y28AU7eqiYvf6kJd5s4KmPJDiH9AQRx4QRy4jG5DfMHBew6EumqedgvRRFtAc3++GPH2qPnO8SYapRM4FXXUTjP3fNdRVD1Fqm7chUra4Qng1JhnzdMlOUhCPfD1Rmeh+X2TltzYhdPMFH3U3fJV7xCkitxu5PQgWfxMhb9FVF68Uvykbt/rod4IE6ZmAmPyyGktYuQSI2t1kkpAV4MOG4ag9aC/RLmi23rt+fVoYJREHga+NQ0YjVSGbBlINIDACr1iL+abtNmHhtfY+o9unlD7xy3UP0EdqTx6WncVJn02D--pfdBRF+zxL1uqoWs--4OJ7axQaFf9git6zUtUGOA== > config/credentials.yml.enc
|
||||
- make rake args="db:prepare" hain="sh -c"
|
||||
- make rake args="db:migrate" hain="sh -c"
|
||||
- make rake args="db:seed" hain="sh -c"
|
||||
- make test hain="sh -c"
|
||||
|
|
Loading…
Reference in a new issue