We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5730c commit ea6b5f4Copy full SHA for ea6b5f4
.github/workflows/dotnet.yml
@@ -161,5 +161,6 @@ jobs:
161
name: benchmark-${{ matrix.os }}
162
path: |
163
benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md
164
- - run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md > $GITHUB_STEP_SUMMARY
165
- name: Write Benchmark Summary
+ - name: Write Benchmark Summary
+ shell: bash
166
+ run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md > $GITHUB_STEP_SUMMARY
0 commit comments