Exclude ESPHome from projects CI on Windows

This commit is contained in:
Valerii Koval
2022-05-19 14:31:00 +03:00
parent 3419558265
commit 9da7c42be4

View File

@ -34,6 +34,9 @@ jobs:
config_dir: "OpenMQTTGateway"
env_name: "esp32-m5atom"
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
project: {"esphome": "", "repository": "esphome/esphome", "folder": "esphome", "config_dir": "esphome", "env_name": "esp32-arduino"}
runs-on: ${{ matrix.os }}
steps: