File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
env :
26
26
# sketch paths to compile (recursive) compatible with all boards
27
- UNIVERSAL_SKETCH_PATHS : ' "libraries/Scheduler"'
27
+ UNIVERSAL_SKETCH_PATHS : |
28
+ - libraries/Scheduler
29
+ SKETCHES_REPORTS_PATH : sketches-reports
28
30
29
31
strategy :
30
32
fail-fast : false
@@ -65,10 +67,11 @@ jobs:
65
67
sketch-paths : " ${{ matrix.additional-sketch-paths }}"
66
68
verbose : ' false'
67
69
enable-deltas-report : true
70
+ sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
68
71
69
72
- name : Save memory usage change report as artifact
70
73
if : github.event_name == 'pull_request'
71
74
uses : actions/upload-artifact@v2
72
75
with :
73
- name : size-deltas-reports
74
- path : size-deltas-reports
76
+ path : ${{ env.SKETCHES_REPORTS_PATH }}
77
+ name : ${{ env.SKETCHES_REPORTS_PATH }}
You can’t perform that action at this time.
0 commit comments