Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression re report-size-deltas after updating actions/upload-artifact. #63

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,42 +35,52 @@ jobs:
platforms: |
- name: arduino:samd
type: nano
artifact-name-suffix: arduino-samd-nano_33_iot
- fqbn: arduino:samd:mkr1000
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkr1000
- fqbn: arduino:samd:mkrzero
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrzero
- fqbn: arduino:samd:mkrwifi1010
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrwifi1010
- fqbn: arduino:samd:mkrfox1200
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrfox1200
- fqbn: arduino:samd:mkrwan1300
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrwan1300
- fqbn: arduino:samd:mkrwan1310
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrwan1310
- fqbn: arduino:samd:mkrgsm1400
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrgsm1400
- fqbn: arduino:samd:mkrnb1500
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrnb1500
- fqbn: arduino:samd:mkrvidor4000
platforms: |
- name: arduino:samd
type: mkr
artifact-name-suffix: arduino-samd-mkrvidor4000
- fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4
platforms: |
- name: arduino:mbed_portenta
Expand All @@ -79,6 +89,7 @@ jobs:
platforms: |
- name: arduino:mbed_portenta
type: mkr
artifact-name-suffix: arduino-mbed_portenta-envie_m7

# make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -123,4 +134,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 }}
Loading