Skip to content

Commit 34eecfc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Twister Tests unit_testing
2929
working-directory: bacnet
3030
run: |
31-
ls -tal
31+
pwd
3232
./unittest.sh
3333
3434
- name: Archive firmware

0 commit comments

Comments
 (0)