mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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=http_ipv4::$HTTP_IPv4"
|
||||||
echo "::set-output name=udp_ipv4::$UDP_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
|
if [ "$HTTP_IPv4" != "Ok" ] || [ "$UDP_IPv4" != "Ok" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue