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 b1203a0 commit 5605f34Copy full SHA for 5605f34
1 file changed
.github/workflows/zephyr.yml
@@ -42,3 +42,24 @@ jobs:
42
ls -alh
43
echo "== Run Docker image from GHCR"
44
docker run --rm -v "$(pwd):/bacnet" "$ZEPHYR_CONTAINER" /bin/bash -c "$DOCKER_RUN_TARGET"
45
+ - name: Upload sample Twister results
46
+ if: ${{ always() }}
47
+ uses: actions/upload-artifact@v4
48
+ with:
49
+ name: twister-out.samples
50
+ path: twister-out.samples
51
+ if-no-files-found: warn
52
+ - name: Upload unit_testing Twister results
53
54
55
56
+ name: twister-out.unit_testing
57
+ path: twister-out.unit_testing
58
59
+ - name: Upload native_sim Twister results
60
61
62
63
+ name: twister-out.native_sim
64
+ path: twister-out.native_sim
65
0 commit comments