Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Jan 2, 2025
1 parent 45c2478 commit 3a047c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,14 @@ jobs:
strategy:
matrix:
board: ["uno", "esp01", "nano33ble", "esp32dev", "nucleo_f401re"]
example: ["multiled_mbed", "custom_hal", "morse", "candle", "multiled",
example: ["custom_hal", "morse", "candle", "multiled",
"user_func", "hello", "breathe", "simple_on", "fade_on", "sequence"]
include:
- board: esp32dev
extra_flags: --project-option="build_flags = -DLED_BUILTIN=1"
- board: "nucleo_f401re"
example: "multiled_mbed"
extra_flags: --project-option="framework=mbed"
exclude:
- board: "nucleo_f401re"

steps:
- name: checkout code
Expand Down

0 comments on commit 3a047c1

Please sign in to comment.