Skip to content

Commit ef8a02f

Browse files
committed
update
1 parent 1e09d0c commit ef8a02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
cd ${{ github.workspace }}/ut_log/
155155
latest_dir=$(find . -type d -name "Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-${{ inputs.ut }}-*" |sort -V |tail -n 1)
156156
cd "${latest_dir}/${{ inputs.ut }}"
157-
mv ../*.log ./
157+
mv ../*.log ./ || true
158158
cp ${{ github.workspace }}/.github/scripts/ut_result_check.sh ./
159159
# get distributed known issues
160160
gh --repo intel/torch-xpu-ops issue view $UT_SKIP_ISSUE --json body -q .body |sed -E '/^(#|$)/d' > Known_issue.log.tmp

0 commit comments

Comments
 (0)