Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 23, 2024
1 parent dfdf907 commit 2570a5f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,15 @@ jobs:
with:
submodules: recursive

- uses: OffchainLabs/actions/run-nitro-test-node@main
- uses: EspressoSystems/offchainlabs-action/run-nitro-test-node@specify-checkout-repo
with:
l3-node: true
args: --espresso --latest-espresso-image
no-token-bridge: true
no-l3-token-bridge: true
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
nitro-testnode-ref: node-18
nitro-testnode-ref: integration
nitro-testnode-repo: EspressoSystems/nitro-testnode

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand All @@ -177,14 +179,15 @@ jobs:
with:
submodules: recursive

- uses: OffchainLabs/actions/run-nitro-test-node@main
- uses: EspressoSystems/offchainlabs-action/run-nitro-test-node@specify-checkout-repo
with:
l3-node: true
args: --l3-fee-token
args: --l3-fee-token --espresso --latest-espresso-image
no-token-bridge: true
no-l3-token-bridge: true
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
nitro-testnode-ref: node-18
nitro-testnode-ref: integration
nitro-testnode-repo: EspressoSystems/nitro-testnode

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand All @@ -209,14 +212,15 @@ jobs:
with:
submodules: recursive

- uses: OffchainLabs/actions/run-nitro-test-node@main
- uses: EspressoSystems/offchainlabs-action/run-nitro-test-node@specify-checkout-repo
with:
l3-node: true
args: --l3-fee-token --l3-fee-token-decimals 6
args: --espresso --latest-espresso-image --l3-fee-token --l3-fee-token-decimals 6
no-token-bridge: true
no-l3-token-bridge: true
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
nitro-testnode-ref: 'non18-decimal-token-node-18'
nitro-testnode-ref: 'integration'
nitro-testnode-repo: EspressoSystems/nitro-testnode

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

0 comments on commit 2570a5f

Please sign in to comment.