mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
test: all nodes are nwaku
This commit is contained in:
parent
24f6674fea
commit
cb2632c3ec
1
.github/workflows/nim_waku_daily_test.yml
vendored
1
.github/workflows/nim_waku_daily_test.yml
vendored
@ -17,4 +17,5 @@ jobs:
|
||||
with:
|
||||
node1: "harbor.status.im/wakuorg/nwaku:latest"
|
||||
node2: "harbor.status.im/wakuorg/nwaku:latest"
|
||||
additional_nodes: "harbor.status.im/wakuorg/nwaku:latest","harbor.status.im/wakuorg/nwaku:latest","harbor.status.im/wakuorg/nwaku:latest"
|
||||
caller: "nim"
|
||||
|
||||
18
.github/workflows/test_common.yml
vendored
18
.github/workflows/test_common.yml
vendored
@ -100,12 +100,12 @@ 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 }}
|
||||
# - 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