Skip to content

Commit 8ef856f

Browse files
authored
Add unomini to sketch compilation CI workflow
The "Compile Examples" GitHub Actions workflow provides a basic "smoke test" for the platform by compiling the relevant example sketches for each of the boards on every commit and pull request. A new board has been added to the platform (Uno Mini) and so should be added to the list of boards compiled for in this workflow. Even though the Uno compilation does provide reasonable coverage for the Uno Mini due to their similar configurations, that coverage does not extend to the board definition itself.
1 parent 330e026 commit 8ef856f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ jobs:
145145
- fqbn: arduino:avr:unowifi
146146
serial: true
147147
softwareserial: true
148+
- fqbn: arduino:avr:unomini
149+
serial: true
150+
softwareserial: true
148151

149152
# Make board type-specific customizations to the matrix jobs
150153
include:

0 commit comments

Comments
 (0)