Skip to content

Commit 036f6a6

Browse files
committed
fixup! drop! aggregate
1 parent e8bf719 commit 036f6a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-shared.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ 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: head -n 1 raw-results/*.csv
221+
- run: head -n 1 raw-results/*.csv | head -n 1
222+
- run: '{ head -n 1 raw-results/*.csv | head -n 1; tail -n +2 -q raw-results/*.csv; }'
222223

223224
- name: Benchmark results
224225
run: |

0 commit comments

Comments
 (0)