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:
110110 rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
111111
112112 - name : Compile examples
113- uses : arduino /compile-sketches@main
113+ uses : giulcioffi /compile-sketches@CheckAgainstDatabase
114114 with :
115115 fqbn : ${{ matrix.board.fqbn }}
116116 libraries : |
@@ -145,10 +145,11 @@ jobs:
145145 ${{ env.UNIVERSAL_SKETCH_PATHS }}
146146 ${{ matrix.additional-sketch-paths }}
147147 enable-deltas-report : ' true'
148+ allow-failures : ' true'
148149 verbose : ' true'
149150
150151 - name : Save memory usage change report as artifact
151152 uses : actions/upload-artifact@v2
152153 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