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 ba39e63 commit 45c2478
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
board: ["uno", "esp01", "nano33ble", "esp32dev"]
example: ["custom_hal", "morse", "candle", "multiled", "user_func", "hello", "breathe", "simple_on", "fade_on", "sequence"]
board: ["uno", "esp01", "nano33ble", "esp32dev", "nucleo_f401re"]
example: ["multiled_mbed", "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
uses: actions/checkout@v4
Expand Down

0 comments on commit 45c2478

Please sign in to comment.