We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa752f commit 5494246Copy full SHA for 5494246
.github/workflows/_linux_ut.yml
@@ -159,7 +159,7 @@ jobs:
159
-name "passed_*.log" -o \
160
-name "category_*.log" -o \
161
-name "reproduce_*.log" \) \
162
- -exec mv {} 1/ \; || true
+ -exec mv {} ./ \; || true
163
cp ${{ github.workspace }}/.github/scripts/ut_result_check.sh ./
164
# get distributed known issues
165
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