Hotfix[ZoneLocationsTree]: Fixed node fetching and adapted to back data #1589

Merged
jon merged 9 commits from Hotfix-ZoneLocationsGetLeaves into master 2025-03-12 11:36:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7a36c10128 - Show all commits

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'
}
}
}