ci: refs #6695 view up lofs
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-02-21 07:42:00 +01:00
parent 7fd0570929
commit a15c8b3bf3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -114,7 +114,7 @@ pipeline {
steps {
script {
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
sh "docker-compose ${env.COMPOSE_PARAMS} up"
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js'
}