Skip to content

Commit 5760f64

Browse files
committed
ci: github: Enable z-wave-stack-binaries-test in detached mode
Origin: #85 Relate-to: #84 (comment) Relate-to: Z-Wave-Alliance/z-wave-stack-binaries#5 Relate-to: Z-Wave-Alliance/z-wave-stack-binaries#2 Relate-to: SiliconLabsSoftware/z-wave-engine-application-layer#23 Signed-off-by: Philippe Coval <rzr@users.sf.net>
1 parent a824ef2 commit 5760f64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
$ZPC_COMMAND --version
6060
docker-compose pull
6161
export ZPC_COMMAND="docker-compose up --abort-on-container-exit"
62-
cd z-wave-stack-binaries/bin && file -E *_x86_REALTIME.elf
62+
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

Comments
 (0)