1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Add karma command (#937)

This commit is contained in:
Oliver Nocon 2019-10-30 10:08:41 +01:00 committed by GitHub
parent 74dd263834
commit 101ccaf7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ var generalConfig generalConfigOptions
func Execute() {
rootCmd.AddCommand(ConfigCommand())
rootCmd.AddCommand(KarmaExecuteTestsCommand())
addRootFlags(rootCmd)
if err := rootCmd.Execute(); err != nil {