8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit d7b4e25ce2 - Show all commits

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules

2
Jenkinsfile vendored
View File

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