Skip to content

Commit

Permalink
sensors: Add dependencies to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yuval Peress <[email protected]>
  • Loading branch information
yperess committed Nov 22, 2024
1 parent 82f4f82 commit 8a95d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: artifacts
- name: Merge Test Results
run: |
pip3 install junitparser junit2html
pip3 install junitparser junit2html pigweed
junitparser merge artifacts/*/twister.xml junit.xml
junit2html junit.xml junit-clang.html
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
west config --global update.narrow true
west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
west forall -c 'git reset --hard HEAD'
pip install pigweed
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
Expand Down

0 comments on commit 8a95d19

Please sign in to comment.