mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add interoperability test for py-libp2p and js-libp2p with enhanced logging
This commit is contained in:
19
tests/interop/js_libp2p/js_node/.github/workflows/sync.yml
vendored
Normal file
19
tests/interop/js_libp2p/js_node/.github/workflows/sync.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: pull
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Pull from another repository
|
||||
uses: ipfs-examples/actions-pull-directory-from-repo@main
|
||||
with:
|
||||
source-repo: libp2p/js-libp2p-examples
|
||||
source-folder-path: examples/${{ github.event.repository.name }}
|
||||
source-branch: main
|
||||
target-branch: main
|
||||
git-username: github-actions
|
||||
git-email: github-actions@github.com
|
||||
Reference in New Issue
Block a user