mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
Adding node1 as input
This commit is contained in:
parent
b05be5ddc3
commit
1782b5fdfc
8
.github/workflows/nim_waku_daily.yml
vendored
8
.github/workflows/nim_waku_daily.yml
vendored
@ -9,16 +9,16 @@ on:
|
|||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
node1:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-common:
|
test-common:
|
||||||
uses: ./.github/workflows/test_common.yml
|
uses: ./.github/workflows/test_common.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
node1:
|
|
||||||
required: true
|
|
||||||
description: "Node that usually publishes messages. Used for all tests"
|
|
||||||
default: "wakuorg/go-waku:latest"
|
|
||||||
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"
|
||||||
Loading…
x
Reference in New Issue
Block a user