We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecb599 commit a31e09dCopy full SHA for a31e09d
.github/workflows/compile-examples.yml
@@ -61,12 +61,4 @@ jobs:
61
- source-path: "./"
62
name: "arduino-beta:mbed"
63
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
64
- enable-size-deltas-report: 'true'
65
- verbose: 'false'
66
-
67
- - name: Save memory usage change report as artifact
68
- if: github.event_name == 'pull_request'
69
- uses: actions/upload-artifact@v1
70
- with:
71
- name: 'size-deltas-reports'
72
- path: 'size-deltas-reports'
+ verbose: 'false'
0 commit comments