Skip to content

Commit

Permalink
ci: add L2 e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone authored and pcarranzav committed Sep 26, 2022
1 parent ed58eb6 commit 07a9d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
git submodule update --init --recursive
./test-node.bash --init --no-blockscout --detach
popd
NETWORK=localnitrol1 ADDRESS_BOOK=addresses.json yarn test:e2e
NETWORK=localnitrol1 ADDRESS_BOOK=addresses.json GRAPH_CONFIG=config/graph.localhost.yml yarn test:e2e
NETWORK=localnitrol2 ADDRESS_BOOK=addresses.json GRAPH_CONFIG=config/graph.arbitrum-localhost.yml yarn test:e2e

0 comments on commit 07a9d3d

Please sign in to comment.