Corrected command to run tests in Goss

This commit is contained in:
Marcin-Ramotowski 2025-05-04 10:14:36 +00:00
parent 1554404657
commit 0e9df4f859

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
'''
withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) {
sh label: 'run image tests', script: './dgoss run ${DOCKER_IMAGE} > goss_junit.xml'
sh label: 'run image tests', script: './dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: ${DOCKER_IMAGE} > goss_junit.xml'
}
}
}