Skip to content

Commit ca7be64

Browse files
committed
test 10, generate artefacts
1 parent fb3be1c commit ca7be64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil-unity-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
echo "devices=${dev}" >> $GITHUB_OUTPUT
6262
echo "devices=${dev}"
6363
64+
echo $GITHUB_WORKSPACE
6465
6566
# Connect the GITHUB_OUTPUT to the variables and the workflow output mechanism
6667
outputs:
@@ -183,7 +184,6 @@ jobs:
183184
# loop over all tests for one example and monitor the serial output
184185
for ((idx=0; idx<${#TESTS[@]}; ++idx)); do
185186
echo "=============================================================================================================="
186-
cd
187187
echo "Monitor on index $idx for TEST: ${TESTS[idx]} under EXAMPLE: ${EXAMPLE} and LIB: ${LIB}"
188188
timeout 1m \
189189
/opt/runner_support/py_console.py \

0 commit comments

Comments
 (0)