From 96f0c470f9bbb76d03094e4d33077d11931d6d69 Mon Sep 17 00:00:00 2001 From: alexm <alexm@verdnatura.es> Date: Thu, 30 Jan 2025 12:19:28 +0100 Subject: [PATCH] build: refs #6695 try run db --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8cf7cf2e6..7a1fd65a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,7 @@ pipeline { sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git && cd salix' sh 'pnpm i @verdnatura/myt' sh 'npx myt run -t -d' + } post { always {