Skip to content

Commit b4310af

Browse files
authored
Add Sui CLI config to CITestConf (#2146)
1 parent 426cdc9 commit b4310af

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
@@ -24,6 +24,7 @@ type CITestConf struct {
2424
Triggers []string `yaml:"triggers" json:"triggers"`
2525
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"` // Install public loop plugins from https://github.com/smartcontractkit/chainlink/tree/develop/plugins
2626
AptosCLIVersion string `yaml:"aptos_cli_version" json:"aptos_cli_version"`
27+
SuiCLIVersion string `yaml:"sui_cli_version" json:"sui_cli_version"`
2728
}
2829

2930
type Config struct {

0 commit comments

Comments
 (0)