mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +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_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
node1:
|
node_nwaku:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/test_common.yml
|
uses: ./.github/workflows/test_common.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
node1: ${{ inputs.node_nwaku }}
|
||||||
node2: "wakuorg/nwaku:latest"
|
node2: "wakuorg/nwaku:latest"
|
||||||
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||||
caller: "nim"
|
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:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
node1:
|
node_nwaku:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
description: "Node that usually publishes messages. Used for all tests"
|
description: "Node that usually publishes messages. Used for all tests"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user