We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3be1c commit ca7be64Copy full SHA for ca7be64
.github/workflows/hil-unity-checks.yml
@@ -61,6 +61,7 @@ jobs:
61
echo "devices=${dev}" >> $GITHUB_OUTPUT
62
echo "devices=${dev}"
63
64
+ echo $GITHUB_WORKSPACE
65
66
# Connect the GITHUB_OUTPUT to the variables and the workflow output mechanism
67
outputs:
@@ -183,7 +184,6 @@ jobs:
183
184
# loop over all tests for one example and monitor the serial output
185
for ((idx=0; idx<${#TESTS[@]}; ++idx)); do
186
echo "=============================================================================================================="
- cd
187
echo "Monitor on index $idx for TEST: ${TESTS[idx]} under EXAMPLE: ${EXAMPLE} and LIB: ${LIB}"
188
timeout 1m \
189
/opt/runner_support/py_console.py \
0 commit comments