mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
fix node input format
This commit is contained in:
parent
d624f40a3e
commit
f7627071f5
3
.github/workflows/nim_waku_daily.yml
vendored
3
.github/workflows/nim_waku_daily.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node1:
|
||||
node_nwaku:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
@ -19,6 +19,7 @@ jobs:
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: ${{ inputs.node_nwaku }}
|
||||
node2: "wakuorg/nwaku:latest"
|
||||
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||
caller: "nim"
|
||||
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -4,7 +4,7 @@ name: Interop Tests Common
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node1:
|
||||
node_nwaku:
|
||||
required: true
|
||||
type: string
|
||||
description: "Node that usually publishes messages. Used for all tests"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user