Skip to content

Commit 1436a0c

Browse files
committed
fix(e2e): update github action to multi layer e2e tests
Signed-off-by: Tomás Migone <[email protected]>
1 parent 7eb7ba2 commit 1436a0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: |
2626
git clone https://github.com/edgeandnode/nitro
2727
pushd nitro
28-
git checkout ci
2928
git submodule update --init --recursive
3029
./test-node.bash --init --no-blockscout --detach
3130
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
31+
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e

0 commit comments

Comments
 (0)