We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf3b93 commit 62d0642Copy full SHA for 62d0642
.github/workflows/e2e.yml
@@ -23,7 +23,8 @@ jobs:
23
run: yarn install --non-interactive --frozen-lockfile
24
- name: Run e2e tests
25
run: |
26
- git clone https://github.com/offchainlabs/nitro
+ git clone https://github.com/tmigone/nitro
27
+ git checkout ci
28
pushd nitro
29
git submodule update --init --recursive
30
./test-node.bash --init --no-blockscout --detach
0 commit comments