We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada7fda commit 7f66f75Copy full SHA for 7f66f75
tools/citool/cmd/types.go
@@ -12,6 +12,7 @@ type CITestConf struct {
12
Path string `yaml:"path" json:"path"`
13
TestEnvType string `yaml:"test_env_type" json:"test_env_type"`
14
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"`
17
TestConfigOverrideRequired bool `yaml:"test_config_override_required" json:"test_config_override_required"`
18
TestConfigOverridePath string `yaml:"test_config_override_path" json:"test_config_override_path"`
0 commit comments