1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-11-04 16:51:39 +03:00

Report changes in memory usage that would result from merging a PR

On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
This commit is contained in:
per1234
2021-04-11 21:57:20 -07:00
parent d07192a7f7
commit b9db038174
2 changed files with 36 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ jobs:
name: ${{ matrix.board.fqbn }}
runs-on: ubuntu-latest
env:
SKETCHES_REPORTS_PATH: sketches-reports
strategy:
fail-fast: false
@@ -48,3 +51,12 @@ jobs:
- name: WiFi101
sketch-paths: |
- examples
enable-deltas-report: true
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
- name: Save sketches report as workflow artifact
uses: actions/upload-artifact@v2
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: ${{ env.SKETCHES_REPORTS_PATH }}