From 127a0fddfbaad7c04fd8431d8de95db6260bcb73 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 13 Dec 2024 13:09:58 -0500 Subject: [PATCH] test with the action --- .github/workflows/lighting-app.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/lighting-app.yaml b/.github/workflows/lighting-app.yaml index 0693cfb4b5..b06d69f542 100644 --- a/.github/workflows/lighting-app.yaml +++ b/.github/workflows/lighting-app.yaml @@ -24,3 +24,10 @@ jobs: uses: ./.github/actions/checkout-submodules-and-bootstrap with: platform: silabs_docker + + - name: Build Lighting-App configurations + uses: SiliconLabsSoftware/matter-gn-build-action + with: + json-content: "./.github/silabs-builds.json" + example-app: "lighting-app" + build-script: "./scripts/examples/gn_silabs_example.sh"