Skip to content

Commit 18d2870

Browse files
committed
debug
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6d984ca commit 18d2870

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/eclair.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ jobs:
103103
run: |
104104
pip install -r scripts/requirements-actions.txt --require-hashes
105105
106-
- name: Check Env
106+
- name: Scan code with Eclair
107107
run: |
108-
export COVERITY_OUTPUT_DIR=${PWD}/cov-int
109108
./scripts/twister -j 16 -p qemu_x86 -T tests/subsys/logging/ -T samples/hello_world -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
110109
111110
ver=`git describe`

0 commit comments

Comments
 (0)