refs #6797 fix(jenkins) momentarily use bun
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-02-21 13:37:33 +01:00
parent ed17fa0670
commit 4059f168f6
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -62,7 +62,7 @@ pipeline {
NODE_ENV = ""
}
steps {
sh 'npm install --prefer-offline'
sh 'bun install --prefer-offline'
}
}
stage('Test') {
@ -73,7 +73,7 @@ pipeline {
NODE_ENV = ""
}
steps {
sh 'npm run test:unit:ci'
sh 'bun run test:unit:ci'
}
post {
always {