Skip to content

Commit 07d8dcd

Browse files
authored
Disable verbose output in sketch compilation CI logs
The `arduino/compile-sketches` action was previously configured for verbose output.. This option is primarily intended to be used for troubleshooting and doesn't contain any information of value for general usage. Due to the extensive coverage of this CI workflow, the logs are massive, which makes it inconvenient for anyone to read them to identify the cause of a failure. Removing the verbose output will improve that situation
1 parent 1c265e4 commit 07d8dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
${{ env.UNIVERSAL_SKETCH_PATHS }}
146146
${{ matrix.additional-sketch-paths }}
147147
enable-deltas-report: 'true'
148-
verbose: 'true'
149148
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
150149

151150
- name: Save memory usage change report as artifact

0 commit comments

Comments
 (0)