Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07d8dcd

Browse filesBrowse 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
Copy full SHA for 07d8dcd

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎.github/workflows/compile-examples.yml

Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.