Attempt to fix Deno CI tests
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
This commit is contained in:
parent
f71239ded5
commit
ce7a60332a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user