We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f279b6e commit 1150959Copy full SHA for 1150959
.github/workflows/ci.yml
@@ -47,9 +47,11 @@ jobs:
47
run: pip install --upgrade platformio
48
- name: Build PlatformIO examples
49
run: |
50
- pio ci --lib=. --project-conf=examples/${{ matrix.example }} \
51
- --board=uno \
52
- --board=esp32dev
+ pio ci \
+ --lib=. \
+ --project-conf=examples/${{ matrix.example }}/platformio.ini \
53
+ --board=uno \
54
+ --board=esp32dev
55
env:
56
PLATFORMIO_CI_SRC: examples/${{ matrix.example }}
57
lint:
0 commit comments