Skip to content

Commit

Permalink
ci: report sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Apr 29, 2024
1 parent 1829f5a commit a436f77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
compile-sketch:
runs-on: ubuntu-latest

env:
SKETCHES_REPORTS_PATH: sketches-reports

steps:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
Expand Down Expand Up @@ -37,3 +40,12 @@ jobs:
- name: "Adafruit SSD1306"
- name: qrcode
- name: "Adafruit MAX1704X"
enable-deltas-report: true
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

- name: Save sketches report as workflow artifact
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-atrai

0 comments on commit a436f77

Please sign in to comment.