mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Move GitHub workflows into single file, split build-and-test
This commit is contained in:
parent
df85a29c58
commit
6854351fb5
6 changed files with 38 additions and 31 deletions
16
.github/actions/test-file-transfers/action.yml
vendored
Normal file
16
.github/actions/test-file-transfers/action.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: 'test-file-transfers'
|
||||
description: 'test aquatic file transfers'
|
||||
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: 'composite'
|
||||
steps:
|
||||
- run: $GITHUB_ACTION_PATH/entrypoint.sh
|
||||
shell: bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue