Tools: move pretty_diff_size to Tools/build_tests

This commit is contained in:
Pierre Kancir 2024-11-25 16:41:16 +01:00 committed by Peter Barker
parent 99022747f3
commit 2cd0ac1e35
2 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ jobs:
shell: bash
run: |
cd pr/
Tools/scripts/pretty_diff_size.py -m $GITHUB_WORKSPACE/base_branch_bin -s $GITHUB_WORKSPACE/pr_bin
Tools/scripts/build_tests/pretty_diff_size.py -m $GITHUB_WORKSPACE/base_branch_bin -s $GITHUB_WORKSPACE/pr_bin
- name: Feature compare with ${{ github.event.pull_request.base.ref }}
shell: bash