mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Add karma command
This commit is contained in:
parent
a5548ab443
commit
b6884832ba
@ -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