Skip to content

Commit 59b30b5

Browse files
committed
Allow failures in order to generate the artifact
1 parent 6cf1bb6 commit 59b30b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
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,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

0 commit comments

Comments
 (0)