Skip to content

Commit

Permalink
add thermostat only for brd4187c and brd4316a
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Sep 23, 2024
1 parent 8e5fe84 commit 23c2ae0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, thermostat, window-app]
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, window-app]
board: [brd4187c, brd4316a, brd4337a]
ncp: [thread]
ncp: [thread, 917-soc]
include:
- board: [brd4187c, brd4316a]
app: thermostat
ncp: [thread, 917-soc]


name: ${{ matrix.app }}-${{ matrix.ncp }} ${{ matrix.board }}


Expand Down

0 comments on commit 23c2ae0

Please sign in to comment.