From 54cddc1e127a481ecb20179acf4a57f5421f4626 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Tue, 27 May 2025 22:27:27 -0700 Subject: [PATCH] [CI] fix the filename for displaying failures in lora ci. (#11600) fix the filename for displaying failures in lora ci. --- .github/workflows/pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index dd55790626..a0bf1e79e8 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -291,8 +291,8 @@ jobs: - name: Failure short reports if: ${{ failure() }} run: | - cat reports/tests_lora_failures_short.txt - cat reports/tests_models_lora_failures_short.txt + cat reports/tests_peft_main_failures_short.txt + cat reports/tests_models_lora_peft_main_failures_short.txt - name: Test suite reports artifacts if: ${{ always() }}