From 0fe25691312f57bb71916281e1da1cd34161fc54 Mon Sep 17 00:00:00 2001 From: Abdulee Date: Wed, 4 Feb 2026 13:20:59 +0100 Subject: [PATCH] ci: ejecutar npm test en pipeline frontend --- Jenkinsfile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 2de7f6a..51612d5 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -84,6 +84,7 @@ pipeline { mkdir -p "$NPM_CONFIG_CACHE" npm install --no-progress --no-audit --prefer-offline npm run check + npm test npm run build ''' }