Skip to content

Commit 512a4eb

Browse files
fix the path issue
1 parent 8a29b4a commit 512a4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/linux-uttest/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ runs:
8888
mv "$1" "$dir_path/${dir_name}.$(basename "$1")"
8989
' _ {} \;
9090
ls -al op_ut_with_skip.nn op_ut_with_skip.quantization/core
91-
cp op_ut_with_skip_nn/*.xml ${{ github.workspace }}/ut_log
92-
cp op_ut_with_skip_quantization/core/*.xml ${{ github.workspace }}/ut_log
91+
cp op_ut_with_skip.nn/*.xml ${{ github.workspace }}/ut_log
92+
cp op_ut_with_skip.quantization/core/*.xml ${{ github.workspace }}/ut_log
9393
# Cases run with a on-demand white list, since some suites are too
9494
# slow to go through all operators on CPU. So add cases on-demand
9595
# when XPU implementatoin is done.

0 commit comments

Comments
 (0)