Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Oct 15, 2024
1 parent 5b9a587 commit 6cb47b1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ jobs:
uses: OffchainLabs/actions/node-modules/install@main

- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@feat-simplify
uses: OffchainLabs/actions/run-nitro-test-node@feat-debug
with:
nitro-testnode-ref: release
args: --tokenbridge --l3node --l3-token-bridge --l3-fee-token
# Use simple mode
no-simple: false
# RollupCreator on L1 is deployed by default
# RollupCreator on L2 is deployed with --l3node
l3-node: true
# L3 node with custom fee token when using --l3-fee-token
args: --l3-fee-token

- name: Copy .env
run: cp ./.env.example ./.env
Expand Down

0 comments on commit 6cb47b1

Please sign in to comment.