Skip to content

Commit 62d0642

Browse files
committed
ci: use pre-built images
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent edf3b93 commit 62d0642

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
@@ -23,7 +23,8 @@ jobs:
2323
run: yarn install --non-interactive --frozen-lockfile
2424
- name: Run e2e tests
2525
run: |
26-
git clone https://github.com/offchainlabs/nitro
26+
git clone https://github.com/tmigone/nitro
27+
git checkout ci
2728
pushd nitro
2829
git submodule update --init --recursive
2930
./test-node.bash --init --no-blockscout --detach

0 commit comments

Comments
 (0)