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 df3c271 commit eec97b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
matrix:
board: ["uno", "esp01", "nano33ble", "esp32dev"]
example: ["custom_hal", "morse", "candle", "multiled", "user_func", "hello", "breathe", "simple_on", "fade_on", "sequence"]
include:
include:
- board: esp32dev
extra_flags: --project-option="build_flags = -DLED_BUILTIN=1"
Expand All @@ -76,4 +77,6 @@ jobs:
pip install platformio==6.1.10
- name: build examples
run: pio ci --board=${{matrix.board}} --lib="src" examples/${{matrix.example}}/${{matrix.example}}.ino ${{matrix.extra_flags}}
run: |-
pio ci --board=${{matrix.board}} --lib="src" --lib="examples/$${matrix.example}}"\
examples/${{matrix.example}}/${{matrix.example}}.ino ${{matrix.extra_flags}}

0 comments on commit eec97b6

Please sign in to comment.