Skip to content

Commit 8e6f68e

Browse files
committed
Add Sui CLI config to CITestConf
1 parent cbe9e69 commit 8e6f68e

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)