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.
test-shared
1 parent 63d5154 commit 3a3b56aCopy full SHA for 3a3b56a
.github/workflows/test-shared.yml
@@ -216,11 +216,11 @@ jobs:
216
-- ${{ inputs.category }} \
217
| tee /dev/stderr \
218
> ${{ matrix.system }}.csv
219
- echo 'Benchmark results:'
+ echo "Benchmark results:"
220
echo
221
- echo '```'
+ echo '"'"'```'"'"'
222
Rscript benchmark/compare.R < ${{ matrix.system }}.csv
223
224
' | tee /dev/stderr >> "$GITHUB_STEP_SUMMARY"
225
env:
226
FILTER: ${{ inputs.filter }}
0 commit comments