Skip to content

Commit 89b228c

Browse files
committed
add report deltas for compiled sketches
1 parent 1fbfb4a commit 89b228c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ jobs:
7777
name: "arduino-beta:mbed"
7878
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
7979
verbose: 'false'
80+
enable-size-deltas-report: true
81+
82+
- name: Save memory usage change report as artifact
83+
if: github.event_name == 'pull_request'
84+
uses: actions/upload-artifact@v1
85+
with:
86+
name: size-deltas-reports
87+
path: size-deltas-reports

0 commit comments

Comments
 (0)