Remove tests from jenkinsfile

This commit is contained in:
zontreck 2024-07-08 23:30:17 -07:00
parent 39dac3b191
commit 9c914fb36d

6
Jenkinsfile vendored
View file

@ -10,12 +10,6 @@ pipeline {
}
}
stage('Test') {
steps {
sh 'dart test'
}
}
stage('Deploy') {
steps {
sh 'dart pub publish'