Skip to content

Commit eb0a10a

Browse files
authored
Merge pull request #617 from per1234/non-verbose-ci
Disable verbose output in sketch compilation CI logs
2 parents ed76cf5 + 34ead75 commit eb0a10a

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)