We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff5dc commit 252c47dCopy full SHA for 252c47d
.github/workflows/e2e.yml
@@ -29,4 +29,5 @@ jobs:
29
git submodule update --init --recursive
30
./test-node.bash --init --no-blockscout --detach
31
popd
32
- NETWORK=localnitrol1 ADDRESS_BOOK=addresses.json yarn test:e2e
+ NETWORK=localnitrol1 ADDRESS_BOOK=addresses.json GRAPH_CONFIG=config/graph.localhost.yml yarn test:e2e
33
+ NETWORK=localnitrol2 ADDRESS_BOOK=addresses.json GRAPH_CONFIG=config/graph.arbitrum-localhost.yml yarn test:e2e
0 commit comments