We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8781ae1 commit 0ab45e7Copy full SHA for 0ab45e7
.github/workflows/benchmark.yml
@@ -73,6 +73,7 @@ jobs:
73
# and once to extract stderr
74
BENCHMARK_STDERR=$(swift package benchmark baseline check main pull_request 2>&1)
75
echo "exit-status=$?" >> $GITHUB_OUTPUT
76
+ echo "$BENCHMARK_STDERR"
77
echo "benchmark-error=$(echo -e "$BENCHMARK_STDERR" | grep -e "^error: .*" | tail -n 1 | cut -c 8-)" >> $GITHUB_OUTPUT
78
set -e
79
- name: Pull request comment text
0 commit comments