Skip to content

Commit 78365b1

Browse files
committed
Fixing samples building path for pipeline workflow.
1 parent f2d7bdc commit 78365b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/zephyr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
- name: Samples - Hello World
2929
working-directory: bacnet
3030
run: |
31-
west build -p always -b native_posix ./zephyr/samples/hello_world
31+
pwd
32+
west build -p always -b native_posix ./zephyr/samples/hello_bacnet_stack
3233
3334
- name: Samples - BACnet Profile B-SS
3435
working-directory: bacnet
3536
run: |
37+
pwd
3638
west build -b nucleo_f429zi -p always ./zephyr/samples/profiles/b-ss
3739
3840
- name: Archive Firmware

0 commit comments

Comments
 (0)