This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run PlatformIO build for SPIFFS (same in both platforms, so only one build is necessary)
|
- name: Run PlatformIO build for SPIFFS (same in both platforms, so only one build is necessary)
|
||||||
run: pio run --target buildfs -e ESP32_INA233
|
run: which pio && id && pio run --target buildfs -e ESP32_INA233
|
||||||
- name: Run PlatformIO Tests
|
- name: Run PlatformIO Tests
|
||||||
run: pio test -e native
|
run: pio test -e native
|
||||||
- name: Run PlatformIO build for INA233
|
- name: Run PlatformIO build for INA233
|
||||||
|
|||||||
Reference in New Issue
Block a user