Skip to content

Commit 50db25b

Browse files
cp xml file
1 parent 2b6afc3 commit 50db25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ jobs:
309309
shell: bash
310310
run: |
311311
pip install junitparser
312+
find . -type f -name "*.xml" -exec mv {} ${{ github.workspace }}/ut_log/ \; || true
312313
python ./.github/scripts/check-ut.py -n ${{ inputs.ut }} -i ${{ github.workspace }}/ut_log/*.xml >> $GITHUB_STEP_SUMMARY || true
313314
# Check the failure logs
314315
if ls ${{ github.workspace }}/failures*.log 1> /dev/null 2>&1; then

0 commit comments

Comments
 (0)