Skip to content

Commit

Permalink
Add runtime keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 22, 2024
1 parent 235f6b3 commit 3cbf80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:
echo "device=$DEVICE" >> $GITHUB_ENV
echo "example="$(echo ${xfp} | jq ".\"hil\".\"example\"" -r --compact-output ) >> $GITHUB_ENV
echo "baud="$(echo ${xfp} | jq ".\"hil\".\"baud\"" -r --compact-output ) >> $GITHUB_ENV
echo "timeout="$(echo ${xfp} | jq ".\"hil\".\"timeout\"" -r --compact-output ) >> $GITHUB_ENV
echo "Repository name: " $REPO
echo "Project name: " $PROJECT
Expand Down Expand Up @@ -326,7 +327,7 @@ jobs:
timeout 1m /opt/runner_support/py_console.py \
--port ${{ env.port }} \
--baud ${{ env.baud }} \
--runtime 20 \
--runtime ${{ env.timeout }} \
--report ~/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.json
else
echo "No port found"
Expand Down

0 comments on commit 3cbf80e

Please sign in to comment.