Skip to content

Commit

Permalink
ci: run e2e on local nitro node
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Sep 26, 2022
1 parent 554e010 commit 334a82e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
- name: Install packages
run: yarn install --non-interactive --frozen-lockfile
- name: Run e2e tests
run: ADDRESS_BOOK=addresses.json yarn test:e2e
run: |
git clone https://github.com/offchainlabs/nitro
pushd nitro
git submodule update --init --recursive
./test-node.bash --init --detach
popd
NETWORK=localnitro ADDRESS_BOOK=addresses.json yarn test:e2e

0 comments on commit 334a82e

Please sign in to comment.