mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
The Dockerfile works when run locally. The GitHub action plumbing may or not work in this state.
10 lines
No EOL
236 B
YAML
10 lines
No EOL
236 B
YAML
name: 'test-transfer-udp-http'
|
|
description: 'test aquatic udp and http file transfer'
|
|
outputs:
|
|
http_ipv4:
|
|
description: 'HTTP IPv4 status'
|
|
udp_ipv4:
|
|
description: 'UDP IPv4 status'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |