mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +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 * * *'
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user