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 18fccf2 commit 75185f9Copy full SHA for 75185f9
.github/workflows/eclair.yaml
@@ -106,7 +106,7 @@ jobs:
106
- name: Scan code with Eclair
107
run: |
108
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
+ ./scripts/twister -j 16 -p qemu_x86 -T samples/synchronization -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
110
111
ver=`git describe`
112
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
0 commit comments