Skip to content

Commit 77d9c80

Browse files
committed
ci: add sketch paths to UNIVERSAL_SKETCH_PATHS
1 parent 30b1a52 commit 77d9c80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ on:
2424
env:
2525
UNIVERSAL_SKETCH_PATHS: |
2626
- extras/tests
27-
- examples/SimpleStorageWriteRead
2827
- examples/AdvancedUSBInternalOperations
2928
- examples/BackupInternalPartitions
29+
- examples/Callbacks
30+
- examples/InternalStoragePartitioning
31+
- examples/Logger
32+
- examples/SimpleStorageWriteRead
3033
SKETCHES_REPORTS_PATH: sketches-reports
3134
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
3235

0 commit comments

Comments
 (0)