We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1a52 commit 77d9c80Copy full SHA for 77d9c80
.github/workflows/compile-examples.yml
@@ -24,9 +24,12 @@ on:
24
env:
25
UNIVERSAL_SKETCH_PATHS: |
26
- extras/tests
27
- - examples/SimpleStorageWriteRead
28
- examples/AdvancedUSBInternalOperations
29
- examples/BackupInternalPartitions
+ - examples/Callbacks
30
+ - examples/InternalStoragePartitioning
31
+ - examples/Logger
32
+ - examples/SimpleStorageWriteRead
33
SKETCHES_REPORTS_PATH: sketches-reports
34
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
35
0 commit comments