From dafc941070e7d44b1d35a18b91579962953dec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dragi=C5=A1a=20Spasojevi=C4=87?= Date: Fri, 9 Aug 2024 16:39:03 +0200 Subject: [PATCH] ci: simplify testnode usage --- .github/workflows/build-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b8b1acd69..677327e3c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -156,11 +156,10 @@ jobs: uses: OffchainLabs/actions/node-modules/restore@main - name: Set up the local node - uses: OffchainLabs/actions/run-nitro-test-node@main + uses: OffchainLabs/actions/run-nitro-test-node@feat-simplify with: nitro-testnode-ref: ed3cda65c4723b58a2f8be0fbc0c41f4ff2609cd - l3-node: ${{ matrix.orbit-test == '1' }} - args: ${{ matrix.custom-fee == '1' && '--l3-fee-token' || '' }} + args: --tokenbridge ${{ matrix.orbit-test == '1' && '--l3node' || '' }} ${{ matrix.custom-fee == '1' && '--l3-fee-token' || '' }} - name: Copy .env run: cp ./.env-sample ./.env