Skip to content

Commit 7f51663

Browse files
committed
Add Aptos CLI and LOOP plugin config to CITestConf
1 parent 96212df commit 7f51663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/citool/cmd/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ type CITestConf struct {
2121
RemoteRunnerMemory string `yaml:"remote_runner_memory" json:"remote_runner_memory"`
2222
PyroscopeEnv string `yaml:"pyroscope_env" json:"pyroscope_env"`
2323
Triggers []string `yaml:"triggers" json:"triggers"`
24+
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"`
25+
AptosCLI string `yaml:"aptos_cli" json:"aptos_cli"`
2426
}
2527

2628
type Config struct {

0 commit comments

Comments
 (0)