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 2b6afc3 commit 50db25bCopy full SHA for 50db25b
.github/workflows/_windows_ut.yml
@@ -309,6 +309,7 @@ jobs:
309
shell: bash
310
run: |
311
pip install junitparser
312
+ find . -type f -name "*.xml" -exec mv {} ${{ github.workspace }}/ut_log/ \; || true
313
python ./.github/scripts/check-ut.py -n ${{ inputs.ut }} -i ${{ github.workspace }}/ut_log/*.xml >> $GITHUB_STEP_SUMMARY || true
314
# Check the failure logs
315
if ls ${{ github.workspace }}/failures*.log 1> /dev/null 2>&1; then
0 commit comments