diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8efed09..2e77e3a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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