You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
Add karma command
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user