mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 02:13:07 +00:00
fix: re-able discord notification
- delete test workflow
This commit is contained in:
parent
67fb3b9067
commit
a73dec0d2e
21
.github/workflows/nim_waku_daily_test.yml
vendored
21
.github/workflows/nim_waku_daily_test.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: Test Nim -> Nim Waku Interop Tests
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- chore-rln-relay-tests
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test-common:
|
|
||||||
uses: ./.github/workflows/test_common.yml
|
|
||||||
secrets: inherit
|
|
||||||
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
@ -101,12 +101,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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user