Attempt to fix Deno CI tests
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2024-06-26 15:46:08 -04:00
parent f71239ded5
commit ce7a60332a

3
Jenkinsfile vendored
View File

@ -15,12 +15,13 @@ pipeline {
stage('deno') {
agent {
docker {
image 'denoland/deno:alpine'
image 'rust:alpine'
args '-u root --privileged'
}
}
steps {
sh 'apk add just'
sh 'apk add deno'
sh 'just deno-test'
}
}