Actions
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
One/pipeline/head There was a failure building this commit
Gitea Pipelines/pipeline/head There was a failure building this commit

This commit is contained in:
Dmytro Tkachenko
2024-10-22 20:37:26 +03:00
parent 24af7f48c4
commit f2a58ee3b1
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'npm install' sh 'yarn && yarn build'
} }
} }
stage('Test') { stage('Test') {