Skip to content

Commit f01fcd1

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

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-
unittest.sh
31+
bacnet/unittest.sh
3232
3333
- name: Archive firmware
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)