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 7eb7ba2 commit 1436a0cCopy full SHA for 1436a0c
.github/workflows/e2e.yml
@@ -25,9 +25,7 @@ jobs:
25
run: |
26
git clone https://github.com/edgeandnode/nitro
27
pushd nitro
28
- git checkout ci
29
git submodule update --init --recursive
30
./test-node.bash --init --no-blockscout --detach
31
popd
32
- 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
+ L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
0 commit comments