Skip to content

Commit 5f5be1a

Browse files
test workspacE
1 parent 2757b13 commit 5f5be1a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/lighting-app.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ jobs:
1717
image: ghcr.io/project-chip/chip-build-efr32:90
1818

1919
steps:
20+
- name: Print GITHUB_WORKSPACE
21+
run: echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
22+
2023
- name: Checkout
2124
uses: actions/checkout@v4
2225

26+
- name: Print GITHUB_WORKSPACE
27+
run: echo "GITHUB_WORKSPACE is $GITHUB_WORKSPACE"
28+
2329
- name: Checkout submodules & Bootstrap
2430
uses: ./.github/actions/checkout-submodules-and-bootstrap
2531
with:
@@ -28,6 +34,6 @@ jobs:
2834
- name: Build Lighting-App configurations
2935
uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1
3036
with:
31-
json-file-path: ".github/silabs-builds.json"
37+
json-file-path: "./.github/silabs-builds.json"
3238
example-app: "lighting-app"
33-
build-script: "scripts/examples/gn_silabs_example.sh"
39+
build-script: "./scripts/examples/gn_silabs_example.sh"

0 commit comments

Comments
 (0)