Skip to content

Commit 875a76e

Browse files
committed
ci: modify name in matrix
1 parent b53ef80 commit 875a76e

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

Diff for: .github/workflows/compile-examples-profiles.yml

+8-16
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ on:
1010
repository_dispatch:
1111

1212
env:
13-
UNIVERSAL_SKETCH_PATHS: |
14-
- extras/tests
15-
- examples/AdvancedUSBInternalOperations
16-
- examples/BackupInternalPartitions
17-
- examples/Callbacks
18-
- examples/InternalStoragePartitioning
19-
- examples/Logger
20-
- examples/SimpleStorageWriteRead
2113
SKETCHES_REPORTS_PATH: sketches-reports
2214
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
2315

@@ -34,15 +26,18 @@ jobs:
3426

3527
matrix:
3628
board:
37-
- fqbn: arduino:mbed_portenta:envie_m7
29+
- name: envie_m7
30+
fqbn: arduino:mbed_portenta:envie_m7
3831
platforms: |
3932
- name: arduino:mbed_portenta
4033
artifact-name-suffix: arduino-mbed_portenta-envie_m7
41-
- fqbn: arduino:renesas_portenta:portenta_c33
34+
- name: portenta_c33
35+
fqbn: arduino:renesas_portenta:portenta_c33
4236
platforms: |
4337
- name: arduino:renesas_portenta
4438
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
45-
- fqbn: arduino:mbed_opta:opta
39+
- name: opta
40+
fqbn: arduino:mbed_opta:opta
4641
platforms: |
4742
- name: arduino:mbed_opta
4843
artifact-name-suffix: arduino-mbed_opta-opta
@@ -55,13 +50,10 @@ jobs:
5550
uses: arduino/compile-sketches@v1
5651
with:
5752
github-token: ${{ secrets.GITHUB_TOKEN }}
58-
cli-compile-flags: |
59-
- --profile=${{ matrix.board.fqbn }}
60-
sketch-paths: |
61-
${{ env.UNIVERSAL_SKETCH_PATHS }}
62-
${{ matrix.board.additional-sketch-paths }}
6353
enable-deltas-report: true
6454
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
55+
cli-compile-flags: |
56+
- --profile=${{ matrix.board.name }}
6557
6658
- name: Save sketches report as workflow artifact
6759
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)