File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 3737 - examples/WiFiWebClient
3838 - examples/WiFiWebClientRepeating
3939 - examples/WiFiWebServer
40+ SKETCHES_REPORTS_PATH : sketches-reports
4041
4142 strategy :
4243 fail-fast : false
8081 sketch-paths : |
8182 ${{ env.UNIVERSAL_SKETCH_PATHS }}
8283 ${{ matrix.firmwareUpdater-sketch-paths }}
84+ enable-deltas-report : true
85+ sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
86+
87+ - name : Save memory usage change report as artifact
88+ uses : actions/upload-artifact@v2
89+ with :
90+ name : ${{ env.SKETCHES_REPORTS_PATH }}
91+ path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 1+ on :
2+ schedule :
3+ - cron : ' */5 * * * *'
4+
5+ jobs :
6+ report :
7+ runs-on : ubuntu-latest
8+
9+ steps :
10+ - name : Comment size deltas reports to PRs
11+ uses : arduino/report-size-deltas@main
12+ with :
13+ # The name of the workflow artifact created by the "Compile Examples" workflow
14+ sketches-reports-source : sketches-reports
You can’t perform that action at this time.
0 commit comments