This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- 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
|
||||
run: pio test -e native
|
||||
- name: Run PlatformIO build for INA233
|
||||
|
||||
Reference in New Issue
Block a user