Skip to content

Commit 6d6e592

Browse files
committed
Fixed call of unittest script from github workflow
1 parent f01fcd1 commit 6d6e592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zephyr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Twister Tests unit_testing
2929
working-directory: bacnet
3030
run: |
31-
bacnet/unittest.sh
31+
ls -tal
32+
./unittest.sh
3233
3334
- name: Archive firmware
3435
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)