mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 14:33:07 +00:00
27 lines
591 B
YAML
27 lines
591 B
YAML
name: Nim -> Interop Tests PR
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: false
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
node_nwaku:
|
|
required: true
|
|
type: string
|
|
workflow_call:
|
|
inputs:
|
|
node_nwaku:
|
|
required: true
|
|
type: string
|
|
|
|
jobs:
|
|
test-pr:
|
|
uses: ./.github/workflows/test_PR_image.yml
|
|
secrets: inherit
|
|
with:
|
|
node1: ${{ inputs.node_nwaku }}
|
|
node2: ${{ inputs.node_nwaku }}
|
|
additional_nodes: ${{ inputs.node_nwaku }}
|
|
caller: "nim" |