Skip to content

Commit 75185f9

Browse files
committed
reduce scope
Signed-off-by: Anas Nashif <[email protected]>
1 parent 18fccf2 commit 75185f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eclair.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Scan code with Eclair
107107
run: |
108108
eclair_licman -S P
109-
./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
109+
./scripts/twister -j 16 -p qemu_x86 -T samples/synchronization -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
110110
111111
ver=`git describe`
112112
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)