mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Exclude "esphome" from testing projects for macOS and Windows
This commit is contained in:
6
.github/workflows/projects.yml
vendored
6
.github/workflows/projects.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user