Actions
Gitea Pipelines/pipeline/head There was a failure building this commit
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Dmytro Tkachenko
2024-10-22 20:41:40 +03:00
parent f2a58ee3b1
commit 979b14f9ef
+1 -6
View File
@@ -3,12 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'yarn && yarn build' sh 'npm install'
}
}
stage('Test') {
steps {
sh './jenkins/scripts/test.sh'
} }
} }
} }