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:30:57 -05:00
parent 861b769dfb
commit 871e816489

4
Jenkinsfile vendored
View File

@ -20,9 +20,7 @@ pipeline {
} }
} }
steps { steps {
sh 'apt install just' sh 'deno task deno-test'
sh 'just deno-test'
}
} }
} }
} }