Actions
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s

This commit is contained in:
Dmytro Tkachenko
2024-10-22 21:36:21 +03:00
parent 43bd65bf31
commit 23dfd7a049
2 changed files with 2 additions and 17 deletions
+2 -2
View File
@@ -6,5 +6,5 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: npm install -g yarnpkg@0.15.1
- run: yarn && yarn build
- run: npm install
- run: npm run build
-15
View File
@@ -1,15 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'npm install'
}
}
stage('Test') {
steps {
sh './jenkins/scripts/test.sh'
}
}
}
}