From a44db996e6d99c4e7be3129c2c80c78f1661f9ce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 13 Jan 2025 01:11:17 +0300 Subject: [PATCH] Add submodule `webtorrent-fixtures` --- .github/workflows/run-tests.yaml | 2 ++ .gitmodules | 4 ++++ tests/webtorrent-fixtures | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/webtorrent-fixtures diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 38b28f7..724eceb 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -47,6 +47,8 @@ jobs: steps: # Setup Python/pip - uses: actions/checkout@v4 + with: + submodules: true - uses: conda-incubator/setup-miniconda@v3 with: miniforge-version: latest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4695b1e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "webtorrent-fixtures"] + path = tests/webtorrent-fixtures + url = https://github.com/webtorrent/webtorrent-fixtures.git + branch = master diff --git a/tests/webtorrent-fixtures b/tests/webtorrent-fixtures new file mode 160000 index 0000000..9c1de51 --- /dev/null +++ b/tests/webtorrent-fixtures @@ -0,0 +1 @@ +Subproject commit 9c1de519d00808313bf20bfb626161b404002e4b -- 2.39.5