From 86a04f2c821815e0e34f433dbc876dbbec576050 Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Thu, 28 Mar 2024 14:32:16 +0100 Subject: [PATCH] Use new action option --- .github/workflows/build-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f7e928d64..d2e932827 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -106,11 +106,13 @@ 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 no-token-bridge: true no-l3-token-bridge: true + nitro-contracts-branch: testnode-deploy - name: Setup node/yarn uses: actions/setup-node@v3