Try using the deno docker image
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2025-01-23 16:27:40 -05:00
parent 804544a0de
commit 861b769dfb

3
Jenkinsfile vendored
View File

@ -20,8 +20,7 @@ pipeline {
}
}
steps {
sh 'apk add just'
sh 'apk add deno'
sh 'apt install just'
sh 'just deno-test'
}
}