Skip to content

Commit b39921d

Browse files
committed
fixup! drop! aggregate
1 parent e8bf719 commit b39921d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217
name: nodejs
218218
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
219219

220-
- run: nix-shell -p tree --run 'tree .'
221-
- run: cat raw-results/*.csv
220+
- run: tree . || true
221+
- run: '{ head -n 1 raw-results/*.csv | head -n 1; tail -n +2 -q raw-results/*.csv; }'
222222

223223
- name: Benchmark results
224224
run: |

0 commit comments

Comments
 (0)