From ff08b44b3f3b323a282a64d424de461aa85c3e21 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 30 Jan 2025 12:23:40 +0100 Subject: [PATCH] build: refs #6695 try run db --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dfc605337d..9d8b89362c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,9 +83,9 @@ 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 && cd salix' + sh 'ls' sh 'pnpm i @verdnatura/myt' sh 'npx myt run -t -d' - } post { always {