mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
make node1 input
This commit is contained in:
parent
13557d4f12
commit
b05be5ddc3
5
.github/workflows/nim_waku_daily.yml
vendored
5
.github/workflows/nim_waku_daily.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: "wakuorg/nwaku:latest"
|
||||
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"
|
||||
11
.github/workflows/test_common.yml
vendored
11
.github/workflows/test_common.yml
vendored
@ -7,7 +7,6 @@ on:
|
||||
node1:
|
||||
required: true
|
||||
description: "Node that usually publishes messages. Used for all tests"
|
||||
type: string
|
||||
default: "wakuorg/go-waku:latest"
|
||||
node2:
|
||||
required: true
|
||||
@ -106,12 +105,4 @@ jobs:
|
||||
echo EOF
|
||||
} >> $GITHUB_ENV
|
||||
|
||||
- name: Send report to Discord
|
||||
uses: rjstone/discord-webhook-notify@v1
|
||||
if: always() && env.CALLER != 'manual'
|
||||
with:
|
||||
severity: ${{ job.status == 'success' && 'info' || 'error' }}
|
||||
username: ${{ github.workflow }}
|
||||
description: "## Job Result: ${{ job.status }}"
|
||||
details: ${{ env.JOB_SUMMARY }}
|
||||
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user