Skip to content

Commit 4c0a138

Browse files
cp xml file
1 parent 7717b90 commit 4c0a138

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ jobs:
364364
cd ${{ github.workspace }}/ut_log
365365
latest_dir=$(find . -type d -name "Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-Windows-*" |sort -V |tail -n 1)
366366
cd "${latest_dir}"
367+
find "${{ github.workspace }}/ut_log" -type f \
368+
\( -name "failures_*.log" -o \
369+
-name "passed_*.log" -o \
370+
-name "category_*.log" \) \
371+
-exec mv {} ./ \; || true
367372
368373
# get skipped known issues
369374
count=$(gh api --paginate "repos/${{ github.repository }}/issues?labels=skipped_windows" --jq 'length')

0 commit comments

Comments
 (0)