Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 18, 2024
1 parent 2fc017f commit 9aac5e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,13 @@ 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 ~/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.txt
--report ~/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.json
else
echo "No port found"
fi
Expand Down

0 comments on commit 9aac5e1

Please sign in to comment.