File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111
111
112
112
- name : Compile examples
113
- uses : arduino /compile-sketches@main
113
+ uses : giulcioffi /compile-sketches@CheckAgainstDatabase
114
114
with :
115
115
fqbn : ${{ matrix.board.fqbn }}
116
116
libraries : |
@@ -145,10 +145,11 @@ jobs:
145
145
${{ env.UNIVERSAL_SKETCH_PATHS }}
146
146
${{ matrix.additional-sketch-paths }}
147
147
enable-deltas-report : ' true'
148
+ allow-failures : ' true'
148
149
verbose : ' true'
149
150
150
151
- name : Save memory usage change report as artifact
151
152
uses : actions/upload-artifact@v2
152
153
with :
153
- name : size-deltas -reports
154
- path : size-deltas -reports
154
+ name : sketches -reports
155
+ path : sketches -reports
You can’t perform that action at this time.
0 commit comments