mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 01:43:07 +00:00
22 lines
633 B
YAML
22 lines
633 B
YAML
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"
|