mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
Add wss functionality for file transfer CI
This commit is contained in:
parent
a32d54240c
commit
c0e0adbbae
5 changed files with 354 additions and 181 deletions
14
.github/actions/test-transfer/action.yml
vendored
Normal file
14
.github/actions/test-transfer/action.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: 'test-transfer'
|
||||
description: 'test aquatic file transfer'
|
||||
outputs:
|
||||
http_ipv4:
|
||||
description: 'HTTP IPv4 status'
|
||||
http_tls_ipv4:
|
||||
description: 'HTTP IPv4 over TLS status'
|
||||
udp_ipv4:
|
||||
description: 'UDP IPv4 status'
|
||||
wss_ipv4:
|
||||
description: 'WSS IPv4 status'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Add table
Add a link
Reference in a new issue