feat: refs #6695 jenkins run e2e front deteach
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-10-07 10:02:26 +02:00
parent a9fdd8cafd
commit 764849ffd8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'docker-compose -f docker-compose.e2e.yml up db'
sh 'docker run --net=host -v ./test/cypress/storage:/salix/storage -d back'
sh 'docker-compose -f docker-compose.e2e.yml up front'
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
sh 'docker-compose -f docker-compose.e2e.yml up e2e --build'
}