Attempt to test tsx
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2024-07-26 14:24:08 -04:00
parent 269322e5b2
commit b01212b76e

11
Jenkinsfile vendored
View File

@ -26,17 +26,10 @@ pipeline {
}
}
stage('tsx') {
agent {
docker {
image 'node:alpine'
args '-u root --privileged -e NPM_CONFIG_LOGLEVEL=info'
}
}
agent any
steps {
sh 'apk add --no-cache gcompat'
sh 'apk add just'
sh 'npm install'
sh 'just tsx-test'
sh 'npm run tsx-test'
}
}
}