mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
test: Nim to Nim workflow
This commit is contained in:
parent
e61be7213e
commit
a6795683ba
20
.github/workflows/nim_waku_daily_test.yml
vendored
Normal file
20
.github/workflows/nim_waku_daily_test.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
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"
|
||||
caller: "nim"
|
||||
Loading…
x
Reference in New Issue
Block a user