Skip to content

Commit 8caf459

Browse files
test against esp32 board
1 parent d10ba79 commit 8caf459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Install library dependencies
3333
run: pio lib -g install 667
3434
- name: Run PlatformIO
35-
run: pio ci --lib="." --board=uno --board=d1_mini
35+
run: pio ci --lib="." --board=uno --board=d1_mini --board=esp-wrover-kit
3636
env:
3737
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)