diff --git a/Jenkinsfile b/Jenkinsfile index 16db79e967..0ff12180a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,9 +78,11 @@ pipeline { def packageJson = readJSON file: 'package.json' env.VERSION = "${packageJson.version}-build${env.BUILD_ID}" } - sh 'quasar build' - sh 'docker-compose -f docker-compose.e2e.yml build front' - sh 'docker-compose -f docker-compose.e2e.yml up front' + // sh 'quasar build' + // sh 'docker-compose -f docker-compose.e2e.yml build front' + // sh 'docker-compose -f docker-compose.e2e.yml up front' + sh 'pnpm i @verdnatura/myt' + sh 'npx myt run -t -d' } post { always {