2024-12-04 15:10:25 +02:00

25 lines
623 B
YAML

name: Nim -> 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:
workflow_call:
inputs:
node_nwaku:
required: true
type: string
jobs:
test-common:
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
node1: ${{ inputs.node_nwaku }}
node2: "wakuorg/nwaku:latest"
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
caller: "nim"