Skip to content

Commit c654b79

Browse files
committed
Remove 'size-report-sketch' entry and 'Save memory usage change report as artifact' step
1 parent b2ea934 commit c654b79

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
@@ -50,13 +50,5 @@ jobs:
5050
- source-path: "./"
5151
name: "arduino:megaavr"
5252
sketch-paths: "/github/home/Arduino/libraries/Adafruit_FONA_Library/examples/FONAtest"
53-
size-report-sketch: 'FONAtest'
5453
enable-size-deltas-report: 'true'
55-
verbose: 'true'
56-
57-
- name: Save memory usage change report as artifact
58-
if: github.event_name == 'pull_request'
59-
uses: actions/upload-artifact@v1
60-
with:
61-
name: 'size-deltas-reports'
62-
path: 'size-deltas-reports'
54+
verbose: 'true'

0 commit comments

Comments
 (0)