Don't bother testing tsx runtime
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2024-08-05 14:40:43 -04:00
parent b01212b76e
commit db3e5dd685

7
Jenkinsfile vendored
View File

@ -25,12 +25,5 @@ pipeline {
sh 'just deno-test'
}
}
stage('tsx') {
agent any
steps {
sh 'npm install'
sh 'npm run tsx-test'
}
}
}
}