Skip to content

Commit 48f80d6

Browse files
committed
fix: add ETHERSCAN_TOKEN to core tests run
1 parent 1209698 commit 48f80d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/core_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
services:
2424
tests-runner:
25-
image: ghcr.io/lidofinance/scripts:v20
25+
image: ghcr.io/lidofinance/scripts:v21
2626
ports:
2727
- 8546:8546
2828
volumes:
@@ -49,9 +49,10 @@ jobs:
4949
run: timeout 30 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8546
5050

5151
- name: Prepare test environment with Brownie
52-
run: docker exec -e GITHUB_TOKEN -e ETH_RPC_URL tests-runner bash -c 'make ci-prepare-environment'
52+
run: docker exec -e GITHUB_TOKEN -e ETH_RPC_URL -e ETHERSCAN_TOKEN tests-runner bash -c 'make ci-prepare-environment'
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
ETHERSCAN_TOKEN: ${{ secrets.ETHERSCAN_TOKEN }}
5556

5657
- name: Run core tests
5758
run: docker exec -e CORE_TESTS_TARGET_RPC_URL tests-runner bash -c 'make test-core'

0 commit comments

Comments
 (0)