Skip to content

Commit 34ead75

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 that is useful 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 ed76cf5 commit 34ead75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
${{ matrix.mkrgsm1400-sketch-paths }}
264264
${{ matrix.wan-sketch-paths }}
265265
enable-deltas-report: 'true'
266-
verbose: 'true'
266+
verbose: 'false'
267267
github-token: ${{ secrets.GITHUB_TOKEN }}
268268

269269
- name: Save memory usage change report as artifact

0 commit comments

Comments
 (0)