Skip to content

Commit

Permalink
Use new action version which enables customizing nitro-contracts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Mar 28, 2024
1 parent b3894ec commit 66ab4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,14 @@ jobs:
with:
submodules: recursive

- uses: OffchainLabs/actions/run-nitro-test-node@main
- uses: OffchainLabs/actions/run-nitro-test-node@customize-branches
with:
nitro-testnode-ref: decouple-contracts
l3-node: true
args: --l3-fee-token
no-token-bridge: true
no-l3-token-bridge: true
nitro-contracts-branch: testnode-deploy

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit 66ab4f1

Please sign in to comment.