From 979b14f9ef40d2ab627d37fb31d762ecf9a62517 Mon Sep 17 00:00:00 2001 From: Dmytro Tkachenko Date: Tue, 22 Oct 2024 20:41:40 +0300 Subject: [PATCH] Actions --- .jenkins/scripts/build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.jenkins/scripts/build.sh b/.jenkins/scripts/build.sh index fd14d09..af7bd2a 100644 --- a/.jenkins/scripts/build.sh +++ b/.jenkins/scripts/build.sh @@ -3,12 +3,7 @@ pipeline { stages { stage('Build') { steps { - sh 'yarn && yarn build' - } - } - stage('Test') { - steps { - sh './jenkins/scripts/test.sh' + sh 'npm install' } } }