fix: refs #6695 update remove Cypress installation
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
d7b4e25ce2
commit
28f2919b46
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM alexmorenovn/vndev:latest
|
||||
|
||||
USER node
|
||||
RUN pnpm install --global cypress@13.6.6 && cypress install
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue