diff --git a/Jenkinsfile b/Jenkinsfile index dfc605337..9d8b89362 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,9 +83,9 @@ pipeline { // sh 'docker-compose -f docker-compose.e2e.yml up front' sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git && cd salix' + sh 'ls' sh 'pnpm i @verdnatura/myt' sh 'npx myt run -t -d' - } post { always {