ci: refs #6695 add .dockerignore and user identity debug
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
7e738633a1
commit
d7b4e25ce2
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -103,6 +103,8 @@ pipeline {
|
|||
image.inside("--network ${env.COMPOSE_PROJECT}_default -e TZ -e CI") {
|
||||
sh 'pwd'
|
||||
sh 'ls -l'
|
||||
sh 'whoami'
|
||||
sh 'id -u'
|
||||
sh 'cypress install'
|
||||
sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue