Skip to content

Commit 7717b90

Browse files
cp xml file
1 parent 96f4036 commit 7717b90

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
@@ -307,6 +307,7 @@ jobs:
307307
shell: bash
308308
run: |
309309
pip install junitparser
310+
find . -type f -name "*.xml" -exec mv {} ${{ github.workspace }}/ut_log/ \; || true
310311
python ./.github/scripts/check-ut.py -n ${{ inputs.ut }} -i ${{ github.workspace }}/ut_log/*.xml >> $GITHUB_STEP_SUMMARY || true
311312
# Check the failure logs
312313
if ls ${{ github.workspace }}/failures*.log 1> /dev/null 2>&1; then

0 commit comments

Comments
 (0)