mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07: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"
|
config_dir: "OpenMQTTGateway"
|
||||||
env_name: "esp32-m5atom"
|
env_name: "esp32-m5atom"
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
exclude:
|
||||||
|
- os: macos-latest
|
||||||
|
project: esphome
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
project: esphome
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user