Skip to content

Commit a31e09d

Browse files
committed
fix report deltas
1 parent 4ecb599 commit a31e09d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,4 @@ jobs:
6161
- source-path: "./"
6262
name: "arduino-beta:mbed"
6363
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
64-
enable-size-deltas-report: 'true'
65-
verbose: 'false'
66-
67-
- name: Save memory usage change report as artifact
68-
if: github.event_name == 'pull_request'
69-
uses: actions/upload-artifact@v1
70-
with:
71-
name: 'size-deltas-reports'
72-
path: 'size-deltas-reports'
64+
verbose: 'false'

0 commit comments

Comments
 (0)