File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
${{ env.debian_packages }}
60
60
&& sudo apt-get clean -y
61
61
&& echo "https://github.com/Z-Wave-Alliance/z-wave-stack/issues/733"
62
- && mkdir -p z-wave-stack-binaries
62
+ && mkdir -p ${{ runner.temp }}/ z-wave-stack-binaries
63
63
&& tar xfz z-wave-stack-binaries-*-Linux.tar.gz
64
- -C z-wave-stack-binaries
64
+ -C ${{ runner.temp }}/ z-wave-stack-binaries
65
65
&& rm z-wave-stack-binaries-*-Linux.tar.gz
66
66
&& date -u
67
67
74
74
$ZPC_COMMAND --version
75
75
docker-compose pull
76
76
export ZPC_COMMAND="docker-compose up --abort-on-container-exit"
77
- cd z-wave-stack-binaries/bin && file -E *_x86_REALTIME.elf && cd -
77
+ export z_wave_stack_binaries_bin_dir="${{ runner.temp }}/ z-wave-stack-binaries/bin"
78
78
export ZPC_ARGS="--log.level=d"
79
79
./scripts/tests/z-wave-stack-binaries-test.sh
80
80
continue-on-error : true
You can’t perform that action at this time.
0 commit comments