This commit is contained in:
Jason2866 2020-07-22 21:29:06 +02:00 committed by GitHub
parent 785289234f
commit ced34fa858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,21 @@ jobs:
- name: Run PlatformIO
run: platformio run -e tasmota-ir
tasmota-zbbridge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
platformio upgrade --dev
platformio update
- name: Run PlatformIO
run: platformio run -e tasmota-zbbridge
tasmota-BG:
runs-on: ubuntu-latest
steps: