We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbe5c5 commit cd39bf4Copy full SHA for cd39bf4
.github/workflows/zephyr.yml
@@ -24,16 +24,11 @@ jobs:
24
run: |
25
west init -l .
26
west update
27
-
+
28
- name: Twister Tests unit_testing
29
working-directory: bacnet
30
31
- rm -rf twister-out.unit_testing &&
32
- ../zephyr/scripts/twister -O twister-out.unit_testing -p unit_testing -T zephyr/tests &&
33
- for file in CMakeFiles CMakeCache.txt cmake_install.cmake Makefile
34
- do
35
- find twister-out.unit_testing -name $file -exec rm -rf {} \; || true
36
- done
+ unittest.sh
37
38
- name: Archive firmware
39
uses: actions/upload-artifact@v4
0 commit comments