build: refs #6695 try run db
gitea/salix-front/pipeline/pr-dev Build queued... Details

This commit is contained in:
Alex Moreno 2025-01-30 08:55:18 +01:00
parent ba49d03647
commit b43ab0f9c2
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -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 {