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 8a29b4a commit 512a4ebCopy full SHA for 512a4eb
.github/actions/linux-uttest/action.yml
@@ -88,8 +88,8 @@ runs:
88
mv "$1" "$dir_path/${dir_name}.$(basename "$1")"
89
' _ {} \;
90
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
+ cp op_ut_with_skip.nn/*.xml ${{ github.workspace }}/ut_log
+ cp op_ut_with_skip.quantization/core/*.xml ${{ github.workspace }}/ut_log
93
# Cases run with a on-demand white list, since some suites are too
94
# slow to go through all operators on CPU. So add cases on-demand
95
# when XPU implementatoin is done.
0 commit comments