chore: try fix cypress bug
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-12 11:15:02 +01:00
parent c47e46dc5d
commit 7a36c10128
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@ pipeline {
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
sh 'cypress run --browser chromium || true'
sh 'cypress run --browser chromium --disable-gpu || true'
}
}
}