mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Add karma command
This commit is contained in:
parent
a5548ab443
commit
b6884832ba
@ -39,6 +39,7 @@ var generalConfig generalConfigOptions
|
|||||||
func Execute() {
|
func Execute() {
|
||||||
|
|
||||||
rootCmd.AddCommand(ConfigCommand())
|
rootCmd.AddCommand(ConfigCommand())
|
||||||
|
rootCmd.AddCommand(KarmaExecuteTestsCommand())
|
||||||
|
|
||||||
addRootFlags(rootCmd)
|
addRootFlags(rootCmd)
|
||||||
if err := rootCmd.Execute(); err != nil {
|
if err := rootCmd.Execute(); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user