added tests stage to jenkinsfile and added a note to the readme about pkgconf
This commit is contained in:
Vendored
+5
@@ -23,5 +23,10 @@ pipeline {
|
||||
sh 'sequel -m db/migrations sqlite://db/${DB_NAME}'
|
||||
}
|
||||
}
|
||||
stage('Run tests') {
|
||||
steps {
|
||||
sh 'cucumber'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user