We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02366f commit 316bf74Copy full SHA for 316bf74
.github/workflows/ci.yaml
@@ -144,7 +144,7 @@ jobs:
144
path: $GITHUB_WORKSPACE/build/benchmark-cache
145
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
146
- name: Copy the benchmark results to the cache
147
- run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache/ && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/
+ run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/; ls -lha $GITHUB_WORKSPACE/build; ls -lha GITHUB_WORKSPACE/build/benchmark-cache
148
- name: Cache the benchmark results
149
uses: actions/cache/save@v4
150
with:
0 commit comments