Skip to content

Commit

Permalink
Name matrix jobs after the FQBN
Browse files Browse the repository at this point in the history
This is a purely cosmetic change that causes the matrix jobs to be named like "arduino:avr:nano" rather than "build (arduino:avr:nano, true, false)".
  • Loading branch information
per1234 committed Mar 30, 2021
1 parent 475ddcf commit 77f7e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

jobs:
build:
name: ${{ matrix.board.fqbn }}
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 77f7e26

Please sign in to comment.