Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Jan 29, 2024
1 parent f758234 commit f5fe111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/platform-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
pip install platformio
- name: Build knx-usb
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
- name: debug
run: |
ls -l
- name: Build knx-demo
run: platformio ci --lib="." --project-conf=examples/knx-demo/platformio-ci.ini examples/knx-demo/knx-demo.ino
- name: Build knx-demo-coupler
Expand Down

0 comments on commit f5fe111

Please sign in to comment.