Skip to content

Commit 31af709

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 822eec2 commit 31af709

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
build-mode: manual
3737
- language: python
3838
build-mode: none
39+
- language: actions
40+
build-mode: none
41+
- language: javascript-typescript
42+
build-mode: none
3943
env:
4044
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
4145
steps:
@@ -105,7 +109,7 @@ jobs:
105109
run: |
106110
export ZEPHYR_BASE=${PWD}
107111
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
109113
110114
- name: Perform CodeQL Analysis
111115
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)