Adding node1 as input

This commit is contained in:
aya 2024-12-04 14:58:56 +02:00
parent b05be5ddc3
commit 1782b5fdfc

View File

@ -9,16 +9,16 @@ on:
- cron: '0 4 * * *'
workflow_dispatch:
workflow_call:
inputs:
node1:
required: true
type: string
jobs:
test-common:
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
node1:
required: true
description: "Node that usually publishes messages. Used for all tests"
default: "wakuorg/go-waku:latest"
node2: "wakuorg/nwaku:latest"
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
caller: "nim"