Skip to content

Commit

Permalink
ci: set no-l3-token-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Feb 5, 2024
1 parent 4b10d37 commit 748453b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:

- uses: OffchainLabs/actions/run-nitro-test-node@main
with:
nitro-testnode-ref: bump-nitro
l3-node: true
no-token-bridge: true
no-l3-token-bridge: true

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down Expand Up @@ -141,10 +141,10 @@ jobs:

- uses: OffchainLabs/actions/run-nitro-test-node@main
with:
nitro-testnode-ref: bump-nitro
l3-node: true
args: --l3-fee-token
no-token-bridge: true
no-l3-token-bridge: true

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

0 comments on commit 748453b

Please sign in to comment.