Skip to content

Commit 33f43d7

Browse files
piotr-roslaniecENG-598
authored andcommitted
ci: pass ETHEREUM_MAINNET_RPC_URL into integration job
1 parent 7cc51b1 commit 33f43d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/client.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,11 @@ jobs:
322322
docker load --input /tmp/go-build-env-image.tar
323323
324324
- name: Run Go Integration Tests
325+
env:
326+
ETHEREUM_MAINNET_RPC_URL: ${{ secrets.ETHEREUM_MAINNET_RPC_URL }}
325327
run: |
326328
docker run \
329+
-e ETHEREUM_MAINNET_RPC_URL \
327330
--workdir /go/src/github.com/keep-network/keep-core \
328331
go-build-env \
329332
gotestsum -- -timeout 20m -tags=integration ./...

0 commit comments

Comments
 (0)