We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a824ef2 commit 5760f64Copy full SHA for 5760f64
.github/workflows/test.yml
@@ -59,4 +59,6 @@ jobs:
59
$ZPC_COMMAND --version
60
docker-compose pull
61
export ZPC_COMMAND="docker-compose up --abort-on-container-exit"
62
- cd z-wave-stack-binaries/bin && file -E *_x86_REALTIME.elf
+ cd z-wave-stack-binaries/bin && file -E *_x86_REALTIME.elf && cd -
63
+ export ZPC_ARGS="--log.level=d"
64
+ ./scripts/tests/z-wave-stack-binaries-test.sh
0 commit comments