mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
github test transfer action: print ok/failed for tests in docker run
This commit is contained in:
parent
836b5e7432
commit
622989e89c
1 changed files with 3 additions and 0 deletions
|
|
@ -114,6 +114,9 @@ echo "Waited for $i seconds"
|
|||
echo "::set-output name=http_ipv4::$HTTP_IPv4"
|
||||
echo "::set-output name=udp_ipv4::$UDP_IPv4"
|
||||
|
||||
echo "UDP IPv4: $UDP_IPv4"
|
||||
echo "HTTP IPv4: $HTTP_IPv4"
|
||||
|
||||
if [ "$HTTP_IPv4" != "Ok" ] || [ "$UDP_IPv4" != "Ok" ]; then
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue