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 1 additions and 2 deletions
Showing only changes of commit 28f2919b46 - Show all commits

1
Jenkinsfile vendored
View File

@ -105,7 +105,6 @@ pipeline {
sh 'ls -l'
sh 'whoami'
sh 'id -u'
sh 'cypress install'
sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js'
}
}

View File

@ -1,5 +1,5 @@
FROM alexmorenovn/vndev:latest
USER node
RUN pnpm install --global cypress@13.6.6 && cypress install
WORKDIR /app