Skip to content

Commit b595e3f

Browse files
committed
Revert "Use --append"
This reverts commit 603f101.
1 parent 603f101 commit b595e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run Benchmark
3636
shell: bash # Ensure to use bash shell on all platforms
3737
run: |
38-
bundle exec rake benchmark:run:in_tail | tee --append $GITHUB_STEP_SUMMARY
38+
bundle exec rake benchmark:run:in_tail | tee >(cat) >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)