Skip to content

Commit c254ad2

Browse files
committed
Allow failures in order to generate the artifact
1 parent 72ac3be commit c254ad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-1
Original file line numberDiff line numberDiff 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,6 +145,7 @@ 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

0 commit comments

Comments
 (0)