Skip to content

Commit ab1bc9c

Browse files
authored
Update examples.yml
1 parent b4d0e71 commit ab1bc9c

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Examples
1+
name: CI Examples Matter
22

33
on:
44
workflow_dispatch: # Manually start a workflow
@@ -12,31 +12,9 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-24.04, windows-2022, macos-15]
15+
os: [ubuntu-24.04, macos-15]
1616
example:
17-
- "examples/arduino-blink"
18-
- "examples/arduino-rmt-blink"
19-
- "examples/arduino-usb-keyboard"
20-
- "examples/arduino-wifiscan"
21-
- "examples/arduino-zigbee-light"
22-
- "examples/arduino-zigbee-switch"
23-
- "examples/tasmota"
24-
- "examples/espidf-arduino-h2zero-BLE_scan"
25-
#- "examples/espidf-arduino-matter-light"
26-
- "examples/arduino-matter-light"
27-
- "examples/espidf-arduino-blink"
28-
- "examples/espidf-arduino-littlefs"
29-
- "examples/espidf-blink"
30-
- "examples/espidf-coap-server"
31-
- "examples/espidf-exceptions"
32-
- "examples/espidf-hello-world"
33-
- "examples/espidf-http-request"
34-
- "examples/espidf-peripherals-uart"
35-
- "examples/espidf-peripherals-usb"
36-
- "examples/espidf-storage-sdcard"
37-
- "examples/espidf-ulp"
38-
- "examples/espidf-ulp-riscv"
39-
- "examples/espidf-ulp-lp"
17+
- "examples/espidf-arduino-matter-light"
4018
runs-on: ${{ matrix.os }}
4119
steps:
4220
- uses: actions/checkout@v4
@@ -48,13 +26,8 @@ jobs:
4826
python-version: "3.13"
4927
- name: Install dependencies
5028
run: |
51-
python -m pip install --upgrade pip
5229
pip install wheel
5330
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
5431
pio pkg install --global --platform file://.
55-
- name: git clone Tasmota and add to examples
56-
run: |
57-
git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
58-
cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
5932
- name: Build examples
6033
run: pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)