Skip to content

Commit 7f66f75

Browse files
committed
fix
1 parent ada7fda commit 7f66f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/citool/cmd/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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"`
1516
TestCmd string `yaml:"test_cmd" json:"test_cmd"`
1617
TestConfigOverrideRequired bool `yaml:"test_config_override_required" json:"test_config_override_required"`
1718
TestConfigOverridePath string `yaml:"test_config_override_path" json:"test_config_override_path"`

0 commit comments

Comments
 (0)