Skip to content

Commit

Permalink
macos-13 boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 25, 2025
1 parent ee39cc8 commit f1b5f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
shell: bash
run: |
set -e
min=50
max=90
min=140
max=195
total_energy=$(awk '{sum+=$1} END {print int(sum+0.5)}' /tmp/eco-ci/energy-total.txt)
if [[ $total_energy -gt $min && $total_energy -lt $max ]]; then
echo "Energy value $total_energy is in the expected range [$min, $max]."
Expand Down

0 comments on commit f1b5f36

Please sign in to comment.