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:
parent
74dd263834
commit
101ccaf7f6
@ -39,6 +39,7 @@ var generalConfig generalConfigOptions
|
||||
func Execute() {
|
||||
|
||||
rootCmd.AddCommand(ConfigCommand())
|
||||
rootCmd.AddCommand(KarmaExecuteTestsCommand())
|
||||
|
||||
addRootFlags(rootCmd)
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user