Skip to content

Commit

Permalink
Try older version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Sep 23, 2023
1 parent ca00b37 commit dde4cc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/testsetups/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ func (o *OCRSoakTest) DeployEnvironment(customChainlinkNetworkTOML string) {
NetworkName: network.Name,
Simulated: network.Simulated,
WsURLs: network.URLs,
Values: map[string]any{
"geth": map[string]any{
"version": "1.10.8",
},
},
})).
AddHelmCharts(cd)
err = testEnvironment.Run()
Expand Down

0 comments on commit dde4cc7

Please sign in to comment.