From 5009f68c217d157b2114fd3e0f6fcdbe9e26c264 Mon Sep 17 00:00:00 2001 From: huangzhangshu Date: Fri, 11 Oct 2024 16:55:06 +0800 Subject: [PATCH] chore: define test_result_report_output_file_log --- .github/workflows/kbcli-test-k8s.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/kbcli-test-k8s.yml b/.github/workflows/kbcli-test-k8s.yml index 906bddf..9c8b875 100644 --- a/.github/workflows/kbcli-test-k8s.yml +++ b/.github/workflows/kbcli-test-k8s.yml @@ -1351,6 +1351,7 @@ jobs: fi fi + test_result_report_output_file_log="test-result-report-output.log" if [[ -f ${test_result_report_output_file_log} ]]; then cat ${test_result_report_output_file_log} fi