chore: try fix cypress bug
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
c47e46dc5d
commit
7a36c10128
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue