From e09471a8294643724b5dd80cbeb28e02da8741c0 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Thu, 22 May 2025 12:11:38 +0530 Subject: [PATCH] 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 dd55790626e6..a0bf1e79e80f 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() }}