Skip to content

Commit db5f1b2

Browse files
committed
more
Signed-off-by: Anas Nashif <[email protected]>
1 parent e073a9d commit db5f1b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codechecker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
pip install codechecker==v6.25.1 cppcheck sarif-tools jq
9797
export PATH=/usr/lib/llvm-16/bin/:$PATH
9898
99-
west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100-
sarif copy --output results.sarif $(find build -name "codechecker.sarif")
99+
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads/
100+
101+
sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
101102
102103
- name: Upload SARIF as artifact
103104
if: always()
@@ -113,4 +114,4 @@ jobs:
113114
if: always()
114115
uses: github/codeql-action/upload-sarif@v3
115116
with:
116-
sarif_file: build/sca/codechecker/codechecker.sarif
117+
sarif_file: results.sarif

0 commit comments

Comments
 (0)