mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Add GitHub Docker action for testing UDP and HTTP file transfers
The Dockerfile works when run locally. The GitHub action plumbing may or not work in this state.
This commit is contained in:
parent
a2eff88bcb
commit
de2b7cb187
5 changed files with 159 additions and 0 deletions
18
.github/workflows/test-transfer-udp-http.yml
vendored
Normal file
18
.github/workflows/test-transfer-udp-http.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: "Test UDP and HTTP file transfer"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]]
|
||||
|
||||
jobs:
|
||||
test-transfer-http:
|
||||
runs-on: ubuntu-latest
|
||||
name: Test BitTorrent file transfer over UDP and HTTP
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Test file transferS
|
||||
uses: ../actions/test-transfer-udp-http/action@v1
|
||||
id: test_transfer_udp_http
|
||||
Loading…
Add table
Add a link
Reference in a new issue