mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
[github-actions] download size reporter in workflow file (#6475)
This commit is contained in:
@@ -56,4 +56,9 @@ jobs:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
if [ ${{ github.event_name }} == pull_request ]; then
|
||||
curl -s --retry 5 "${SIZE_REPORT_URL}/bash" >size-report
|
||||
chmod a+x size-report
|
||||
export OT_SIZE_REPORTER=./size-report
|
||||
fi
|
||||
./script/check-size
|
||||
|
||||
Reference in New Issue
Block a user