Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,14 @@ jobs:
cache-key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo

- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@main
uses: OffchainLabs/arbitrum-testnode@v0.2.4
with:
nitro-testnode-ref: release
l3-node: ${{ matrix.orbit-test == '1' }}
args: ${{ matrix.decimals == 16 && '--l3-fee-token --l3-fee-token-decimals 16' || matrix.decimals == 20 && '--l3-fee-token --l3-fee-token-decimals 20' || matrix.decimals == 18 && '--l3-fee-token' || '' }}
version: v0.2.2
image-repository: ghcr.io/offchainlabs/arbitrum-testnode-ci
l3-enabled: ${{ matrix.orbit-test == '1' }}
fee-token-decimals: ${{ matrix.decimals }}
github-token: ${{ secrets.GITHUB_TOKEN }}
network-config-path: packages/sdk/localNetwork.json

- name: Copy .env
run: cp ./.env-sample ./.env
Expand All @@ -182,9 +185,6 @@ jobs:
yarn gen:abi
yarn build

- name: Generate network file
run: yarn gen:network

- name: Run integration tests
env:
NODE_OPTIONS: --no-experimental-strip-types
Expand Down
Loading