build: refs #6695 try run db
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-30 12:26:25 +01:00
parent cfde6e508f
commit 7ebb27a217
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -83,7 +83,7 @@ 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'
sh 'cd salix && && pnpm i @verdnatura/mytnpx myt run -t -d'
sh 'cd salix && pnpm i @verdnatura/myt && npx myt run -t -d'
}
post {
always {