aquatic/.github/workflows/test-transfer-udp-http.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected key
Joakim Frostegård de2b7cb187 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.
2020-08-17 00:49:12 +02:00

18 lines
No EOL
428 B
YAML

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