1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] fix the filename for displaying failures in lora ci. (#11600)

fix the filename for displaying failures in lora ci.
This commit is contained in:
Sayak Paul
2025-05-27 22:27:27 -07:00
committed by GitHub
parent 28ef0165b9
commit 54cddc1e12

View File

@@ -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() }}