Skip to content

Commit

Permalink
Test 7: jq two steps down
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 18, 2024
1 parent 2888f73 commit 8b1f239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,14 @@ jobs:
# ERROR, Warning and statistical data for reporting
- name: Monitor
run: |
echo $HOME
echo ${HOME}/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}
if [ "${{ env.port }}" != 'null' ]; then
echo "need to monitor"
timeout 1m /opt/runner_support/py_console.py \
--port ${{ env.port }} \
--baud ${{ env.baud }} \
--runtime 20 \
--report ${HOME}/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.txt
else
echo "No port found"
Expand Down

0 comments on commit 8b1f239

Please sign in to comment.