Skip to content

Commit bc1c49b

Browse files
committed
Use TestGoProjectPath
1 parent bf6d060 commit bc1c49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/citool/cmd/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
TestDir string `yaml:"test_dir" json:"test_dir"`
16-
TestCmd string `yaml:"test_cmd" json:"test_cmd"`
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
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"`

0 commit comments

Comments
 (0)