build: refs #6695 try run db
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-01-30 13:58:44 +01:00
parent 7ebb27a217
commit 712d23b632
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

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