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 603f101 commit b595e3fCopy full SHA for b595e3f
.github/workflows/benchmark.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Run Benchmark
36
shell: bash # Ensure to use bash shell on all platforms
37
run: |
38
- bundle exec rake benchmark:run:in_tail | tee --append $GITHUB_STEP_SUMMARY
+ bundle exec rake benchmark:run:in_tail | tee >(cat) >> $GITHUB_STEP_SUMMARY
0 commit comments