mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-17 09:16:41 +00:00
12 lines
206 B
YAML
12 lines
206 B
YAML
|
on:
|
||
|
workflow_dispatch:
|
||
|
pull_request:
|
||
|
|
||
|
name: libp2p multidimensional interop test
|
||
|
|
||
|
jobs:
|
||
|
run-multidim-interop:
|
||
|
uses: "./.github/workflows/run-testplans.yml"
|
||
|
with:
|
||
|
dir: "multidim-interop"
|