We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080d09c commit ef00802Copy full SHA for ef00802
.github/scripts/tests_run.sh
@@ -50,6 +50,7 @@ function run_test() {
50
extra_args="--embedded-services esp,arduino"
51
fi
52
53
+ echo "pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args"
54
pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args
55
result=$?
56
if [ $result -ne 0 ]; then
.github/workflows/hil.yml
@@ -109,7 +109,6 @@ jobs:
109
tar -xf qemu-riscv32.tar.xz
110
tar -xf qemu-xtensa.tar.xz
111
rm qemu-*
112
- ls -R
113
echo "QEMU_PATH=${{ env.QEMU_INSTALL_PATH }}/qemu" >> $GITHUB_ENV
114
115
- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
0 commit comments