Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(testnode): remove inputs and just use args #29

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
update
  • Loading branch information
spsjvc committed Aug 9, 2024
commit 840c2399e01f1398cfeb4fd17cede43affb09054
27 changes: 18 additions & 9 deletions .github/workflows/run-nitro-test-node.yml
Original file line number Diff line number Diff line change
@@ -6,35 +6,44 @@ on:

jobs:
run-with-defaults:
name: "Run with defaults"
name: 'Run with defaults'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./run-nitro-test-node

run-with-token-bridge:
name: "Run without token bridge deployment"
name: 'Run with token bridge deployment'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./run-nitro-test-node
with:
no-token-bridge: true
args: --tokenbridge

run-with-args:
name: "Run with args"
run-with-l3:
name: 'Run with L3'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./run-nitro-test-node
with:
args: --detach
args: --tokenbridge --l3node

run-with-simple:
name: "Run in simple mode"
run-with-l3-with-token-bridge:
name: 'Run with L3 with token bridge deployment'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./run-nitro-test-node
with:
no-simple: false
args: --tokenbridge --l3node --l3-token-bridge

run-with-no-simple:
name: 'Run with --no-simple mode'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./run-nitro-test-node
with:
args: --no-simple