Unverified Commit 54cddc1e authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

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

fix the filename for displaying failures in lora ci.
parent 28ef0165
......@@ -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() }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment