mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 18:38:06 +00:00
Added Verbosity for logs
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
@@ -130,7 +130,7 @@ runs:
|
||||
done
|
||||
echo "tests completed"
|
||||
echo "downloading allure results..."
|
||||
kubectl cp $podname:/tmp/allure-results allure-results
|
||||
kubectl cp --v=10 $podname:/tmp/allure-results allure-results
|
||||
echo "waiting for pod to exit"
|
||||
kubectl logs -f $podname >/dev/null 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user