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