Skip to content

Commit

Permalink
More Cash
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Nov 29, 2023
1 parent 5862445 commit 3da4438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/live-testnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
INTERNAL_DOCKER_REPO: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com
MOD_CACHE_VERSION: 2
CHAINLINK_NODE_FUNDING: .1
CHAINLINK_NODE_FUNDING: .5

CHAINLINK_COMMIT_SHA: ${{ github.sha }}
CHAINLINK_ENV_USER: ${{ github.actor }}
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/smoke/ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

"github.com/smartcontractkit/chainlink-testing-framework/logging"
"github.com/smartcontractkit/chainlink-testing-framework/utils/testcontext"

"github.com/smartcontractkit/chainlink/integration-tests/actions"
"github.com/smartcontractkit/chainlink/integration-tests/docker/test_env"
)
Expand All @@ -21,7 +22,7 @@ func TestOCRBasic(t *testing.T) {
WithGeth().
WithMockAdapter().
WithCLNodes(6).
WithFunding(big.NewFloat(.01)).
WithFunding(big.NewFloat(.5)).
WithStandardCleanup().
Build()
require.NoError(t, err)
Expand Down

0 comments on commit 3da4438

Please sign in to comment.