Skip to content

Commit 0ab45e7

Browse files
committed
Output stderr
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
1 parent 8781ae1 commit 0ab45e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
# and once to extract stderr
7474
BENCHMARK_STDERR=$(swift package benchmark baseline check main pull_request 2>&1)
7575
echo "exit-status=$?" >> $GITHUB_OUTPUT
76+
echo "$BENCHMARK_STDERR"
7677
echo "benchmark-error=$(echo -e "$BENCHMARK_STDERR" | grep -e "^error: .*" | tail -n 1 | cut -c 8-)" >> $GITHUB_OUTPUT
7778
set -e
7879
- name: Pull request comment text

0 commit comments

Comments
 (0)