We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea934 commit c654b79Copy full SHA for c654b79
.github/workflows/compile-examples.yml
@@ -50,13 +50,5 @@ jobs:
50
- source-path: "./"
51
name: "arduino:megaavr"
52
sketch-paths: "/github/home/Arduino/libraries/Adafruit_FONA_Library/examples/FONAtest"
53
- size-report-sketch: 'FONAtest'
54
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'
+ verbose: 'true'
0 commit comments