mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
* address failures * job for interop tests * fix branch name * fix remaining tests * see job name * set caller input * split reports per caller * trigger again * try with publish_dir * small fix * small fix * remove on pr
20 lines
464 B
YAML
20 lines
464 B
YAML
name: Nim Waku Interop Tests
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: false
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 4 * * *'
|
|
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"
|
|
caller: "nim"
|