Skip to content

Commit

Permalink
add 2nd collator to integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 18, 2025
1 parent fbf9673 commit 80d551f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zombienet/github-actions-setup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ args = [
]
ws_port = 9944

[[parachains.collators]]
name = "encointer-collator02"
command = "zombienet-tests/bin/encointer-collator"
args = [
"--enable-offchain-indexing=true",
"-lencointer=debug,xcm=trace",
]
ws_port = 9945

0 comments on commit 80d551f

Please sign in to comment.