Skip to content

Commit 252c47d

Browse files
committed
ci: add L2 e2e tests
Signed-off-by: Tomás Migone <[email protected]>
1 parent 60ff5dc commit 252c47d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
git submodule update --init --recursive
3030
./test-node.bash --init --no-blockscout --detach
3131
popd
32-
NETWORK=localnitrol1 ADDRESS_BOOK=addresses.json yarn test:e2e
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

0 commit comments

Comments
 (0)