From: Oleg Broytman Date: Sun, 12 Jan 2025 22:11:17 +0000 (+0300) Subject: Add submodule `webtorrent-fixtures` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a44db996e6d99c4e7be3129c2c80c78f1661f9ce;p=mc%2Fmc-torrent-vfs-tests.git Add submodule `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