Exclude "esphome" from testing projects for macOS and Windows

This commit is contained in:
Ivan Kravets
2022-05-18 22:23:09 +03:00
parent 4dfc561551
commit 7badd54c89

View File

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