Tweak Jenkins setup

This commit is contained in:
Timothy Warren 2023-11-22 11:54:29 -05:00
parent 295142779b
commit 994441191b
1 changed files with 2 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -9,8 +9,7 @@ pipeline {
}
}
steps {
sh 'sudo apt install -yyy just'
sh 'just bun-test'
sh 'bun test --coverage'
}
}
stage('deno') {
@ -21,7 +20,7 @@ pipeline {
}
}
steps {
sh 'sudo apt install -yyy just'
sh 'apt install -yyy just'
sh 'just deno-test'
}
}