test: Nim to Nim workflow

This commit is contained in:
Roman 2024-05-06 13:41:44 +08:00
parent f108cb9ab3
commit c00ff1a252
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View 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"