added tests stage to jenkinsfile and added a note to the readme about pkgconf

This commit is contained in:
2023-10-06 20:00:04 -07:00
parent a0ba8ba9f3
commit 47e5a093b4
2 changed files with 7 additions and 1 deletions
Vendored
+5
View File
@@ -23,5 +23,10 @@ pipeline {
sh 'sequel -m db/migrations sqlite://db/${DB_NAME}'
}
}
stage('Run tests') {
steps {
sh 'cucumber'
}
}
}
}