Skip to content

Commit

Permalink
Fix regression re report-size-deltas after updating actions/upload-ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Feb 19, 2024
1 parent 41b4fe9 commit 906c303
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,58 +35,72 @@ jobs:
platforms: |
- name: arduino:avr
type: ethernet
artifact-name-suffix: arduino-avr-nano
- fqbn: arduino:avr:mega
platforms: |
- name: arduino:avr
type: ethernet
artifact-name-suffix: arduino-avr-mega
- fqbn: arduino:avr:leonardo
platforms: |
- name: arduino:avr
type: ethernet
artifact-name-suffix: arduino-avr-leonardo
- fqbn: arduino:megaavr:uno2018
platforms: |
- name: arduino:megaavr
type: ethernet
artifact-name-suffix: arduino-megaavr-uno2018
- fqbn: arduino:megaavr:nona4809
platforms: |
- name: arduino:megaavr
type: ethernet
artifact-name-suffix: arduino-megaavr-nona4809
- fqbn: arduino:sam:arduino_due_x_dbg
platforms: |
- name: arduino:sam
type: ethernet
artifact-name-suffix: arduino-sam-arduino_due_x_dbg
- fqbn: arduino:samd:arduino_zero_edbg
platforms: |
- name: arduino:samd
type: ethernet
artifact-name-suffix: arduino-samd-arduino_zero_edbg
- fqbn: arduino:samd:mkrzero
platforms: |
- name: arduino:samd
type: ethernet
artifact-name-suffix: arduino-samd-mkrzero
- fqbn: arduino:samd:nano_33_iot
platforms: |
- name: arduino:samd
type: ethernet
artifact-name-suffix: arduino-samd-nano_33_iot
- fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4
platforms: |
- name: arduino:mbed_portenta
type: ethernet
artifact-name-suffix: arduino-mbed_portenta-envie_m7-cm4
- fqbn: arduino:mbed_portenta:envie_m7
platforms: |
- name: arduino:mbed_portenta
type: ethernet
artifact-name-suffix: arduino-mbed_portenta-envie_m7-cm7
- fqbn: arduino:mbed_nano:nano33ble
platforms: |
- name: arduino:mbed_nano
type: ethernet
artifact-name-suffix: arduino-mbed_nano-nano33ble
- fqbn: arduino:mbed_nano:nanorp2040connect
platforms: |
- name: arduino:mbed_nano
type: ethernet
artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
- fqbn: arduino:samd:mkr1000
platforms: |
- name: arduino:samd
type: wifi101
artifact-name-suffix: arduino-samd-mkr1000

# make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -127,4 +141,4 @@ jobs:
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

0 comments on commit 906c303

Please sign in to comment.