Skip to content
Snippets Groups Projects
Commit 4eefe78e authored by David Lechner's avatar David Lechner Committed by Damien George
Browse files

github/workflows/code_size: Print code size change.


The intention of using `tee` is to both print the code size change in
the CI logs and save them to a file. Using redirection to a file
caused it to not print the changes.

Signed-off-by: default avatarDavid Lechner <david@pybricks.com>
parent d02f0890
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ jobs:
- name: Build
run: source tools/ci.sh && ci_code_size_build
- name: Compute code size difference
run: tools/metrics.py diff ~/size0 ~/size1 | tee > diff
run: tools/metrics.py diff ~/size0 ~/size1 | tee diff
- name: Save PR number
if: github.event_name == 'pull_request'
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment