Skip to content

Commit ef00802

Browse files
committed
Test
1 parent 080d09c commit ef00802

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function run_test() {
5050
extra_args="--embedded-services esp,arduino"
5151
fi
5252

53+
echo "pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args"
5354
pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args
5455
result=$?
5556
if [ $result -ne 0 ]; then

Diff for: .github/workflows/hil.yml

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
tar -xf qemu-riscv32.tar.xz
110110
tar -xf qemu-xtensa.tar.xz
111111
rm qemu-*
112-
ls -R
113112
echo "QEMU_PATH=${{ env.QEMU_INSTALL_PATH }}/qemu" >> $GITHUB_ENV
114113
115114
- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts

0 commit comments

Comments
 (0)