build: refs #6695 try run db
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
7ebb27a217
commit
712d23b632
|
@ -84,6 +84,12 @@ pipeline {
|
|||
sh 'rm -rf salix'
|
||||
sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git'
|
||||
sh 'cd salix && pnpm i @verdnatura/myt && npx myt run -t -d'
|
||||
sh 'docker-compose -f salix/docker-compose.yml build back && \
|
||||
docker-compose -f salix/docker-compose.yml run -d --service-ports \
|
||||
--network e2e_network \
|
||||
-v $(pwd)/test/cypress/storage:/salix/storage \
|
||||
back
|
||||
'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue