mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
* run go waku as a client only * notify nwaku devs when stuff fails * revert name * revert name * use role id * add my user id * remove role id * prepare for PR
20 lines
471 B
YAML
20 lines
471 B
YAML
name: Nim -> Go Waku Interop Tests
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: false
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * *'
|
|
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/go-waku:latest"
|
|
caller: "go"
|