File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ type CITestConf struct {
1212 Path string `yaml:"path" json:"path"`
1313 TestEnvType string `yaml:"test_env_type" json:"test_env_type"`
1414 RunsOn string `yaml:"runs_on" json:"runs_on"`
15- TestGoProjectPath string `yaml:"test_go_project_path" json:"test_dir "` // Root path to the go project with the tests
16- TestCmd string `yaml:"test_cmd" json:"test_cmd"` // Command to run the test in the TestGoProjectPath
15+ TestGoProjectPath string `yaml:"test_go_project_path" json:"test_go_project_path "` // Root path to the go project with the tests
16+ TestCmd string `yaml:"test_cmd" json:"test_cmd"` // Command to run the test in the TestGoProjectPath
1717 TestConfigOverrideRequired bool `yaml:"test_config_override_required" json:"test_config_override_required"`
1818 TestConfigOverridePath string `yaml:"test_config_override_path" json:"test_config_override_path"`
1919 TestSecretsRequired bool `yaml:"test_secrets_required" json:"test_secrets_required"`
You can’t perform that action at this time.
0 commit comments