We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de014b3 commit b18050eCopy full SHA for b18050e
.github/workflows/benchmark.yaml
@@ -116,4 +116,5 @@ jobs:
116
with:
117
path: results
118
merge-multiple: true
119
- - run: ls -R results
+ - name: List the results
120
+ run: ls -R results
0 commit comments