Skip to content

Commit

Permalink
update dymension image to use
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoos committed Mar 11, 2024
1 parent a2110e1 commit c5088e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ var (
func GetDockerImageVersion() (dymensionVersion, rollappVersion string) {
dymensionVersion, found := os.LookupEnv("DYMENSION_CI")
if !found {
dymensionVersion = "latest"
dymensionVersion = "e2e"
}

rollappVersion, found = os.LookupEnv("ROLLAPP_CI")
Expand Down

0 comments on commit c5088e4

Please sign in to comment.