Skip to content

Commit 5494246

Browse files
committed
update
1 parent 7aa752f commit 5494246

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
@@ -159,7 +159,7 @@ jobs:
159159
-name "passed_*.log" -o \
160160
-name "category_*.log" -o \
161161
-name "reproduce_*.log" \) \
162-
-exec mv {} 1/ \; || true
162+
-exec mv {} ./ \; || true
163163
cp ${{ github.workspace }}/.github/scripts/ut_result_check.sh ./
164164
# get distributed known issues
165165
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)