fix node input format

This commit is contained in:
aya 2024-12-04 15:10:25 +02:00
parent d624f40a3e
commit f7627071f5
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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"