Skip to content

Commit 47db50c

Browse files
committed
Use custom matrix job names in sketch compilation CI job
The "Compile Examples" GitHub Actions workflow generates a matrix job for each board. The default job name is generated from the job's matrix object. This contains the complete board data, which results in a long and somewhat cryptic job name that can make the workflow run more difficult to interpret. The only necessary information is the FQBN. A custom job name allows for only using this information in the job name.
1 parent 1d73a02 commit 47db50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626

2727
jobs:
2828
compile-test:
29+
name: compile for ${{ matrix.fqbn }}
2930
runs-on: ubuntu-latest
3031

3132
env:

0 commit comments

Comments
 (0)