test: all nodes are nwaku

This commit is contained in:
Roman 2024-05-06 14:26:45 +08:00
parent 24f6674fea
commit cb2632c3ec
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
2 changed files with 10 additions and 9 deletions

View File

@ -17,4 +17,5 @@ jobs:
with: with:
node1: "harbor.status.im/wakuorg/nwaku:latest" node1: "harbor.status.im/wakuorg/nwaku:latest"
node2: "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" caller: "nim"

View File

@ -100,12 +100,12 @@ jobs:
echo EOF echo EOF
} >> $GITHUB_ENV } >> $GITHUB_ENV
- name: Send report to Discord # - name: Send report to Discord
uses: rjstone/discord-webhook-notify@v1 # uses: rjstone/discord-webhook-notify@v1
if: always() && env.CALLER != 'manual' # if: always() && env.CALLER != 'manual'
with: # with:
severity: ${{ job.status == 'success' && 'info' || 'error' }} # severity: ${{ job.status == 'success' && 'info' || 'error' }}
username: ${{ github.workflow }} # username: ${{ github.workflow }}
description: "## Job Result: ${{ job.status }}" # description: "## Job Result: ${{ job.status }}"
details: ${{ env.JOB_SUMMARY }} # details: ${{ env.JOB_SUMMARY }}
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }} # webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}