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 822eec2 commit 31af709Copy full SHA for 31af709
.github/workflows/codeql.yml
@@ -36,6 +36,10 @@ jobs:
36
build-mode: manual
37
- language: python
38
build-mode: none
39
+ - language: actions
40
+ build-mode: none
41
+ - language: javascript-typescript
42
43
env:
44
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
45
steps:
@@ -105,7 +109,7 @@ jobs:
105
109
run: |
106
110
export ZEPHYR_BASE=${PWD}
107
111
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
108
- west twister -p native_sim --build-only -v -T tests/drivers || true
112
+ west twister -p native_sim --build-only -v -T tests/drivers/build_all || true
113
114
- name: Perform CodeQL Analysis
115
uses: github/codeql-action/analyze@v3
0 commit comments