Move GitHub workflows into single file, split build-and-test

This commit is contained in:
Joakim Frostegård 2022-10-09 22:36:12 +02:00
parent df85a29c58
commit 6854351fb5
6 changed files with 38 additions and 31 deletions

View 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