fix: refs #6695 update remove Cypress installation
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-20 14:57:44 +01:00
parent d7b4e25ce2
commit 28f2919b46
2 changed files with 1 additions and 2 deletions

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