mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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-transfer/action.yml
vendored
16
.github/actions/test-transfer/action.yml
vendored
|
|
@ -1,16 +0,0 @@
|
|||
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: 'composite'
|
||||
steps:
|
||||
- run: $GITHUB_ACTION_PATH/entrypoint.sh
|
||||
shell: bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue