From bcfe5556f7c4937b1e3b4abe96b0be43a0726fe2 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 30 Jan 2025 09:46:32 +0100 Subject: [PATCH] build: refs #6695 try run db --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0ff12180a..8cf7cf2e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,6 +81,7 @@ pipeline { // sh 'quasar build' // sh 'docker-compose -f docker-compose.e2e.yml build front' // sh 'docker-compose -f docker-compose.e2e.yml up front' + sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git && cd salix' sh 'pnpm i @verdnatura/myt' sh 'npx myt run -t -d' }