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 37
37
- examples/WiFiWebClient
38
38
- examples/WiFiWebClientRepeating
39
39
- examples/WiFiWebServer
40
+ SKETCHES_REPORTS_PATH : sketches-reports
40
41
41
42
strategy :
42
43
fail-fast : false
80
81
sketch-paths : |
81
82
${{ env.UNIVERSAL_SKETCH_PATHS }}
82
83
${{ 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