Skip to content

Commit

Permalink
Merge pull request #902 from isucon/fix-ci-benchmark-fail-message
Browse files Browse the repository at this point in the history
Update CI workflow to log benchmark failure message
  • Loading branch information
catatsuy authored Dec 29, 2024
2 parents e5bdd0b + 456bbbb commit 89831b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
exit 1
fi
if ! jq -e '.pass == true' benchmark_output.json > /dev/null; then
echo "BENCHMARK_FAILED=true" >> $GITHUB_ENV
echo "Benchmark failed: pass is not true"
exit 1
fi
Expand Down

0 comments on commit 89831b1

Please sign in to comment.