Skip to content

Commit de7989d

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ 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: awk 'FNR==1 && NR!=1{next;}{print}' raw-results/*.csv
222221

223222
- name: Benchmark results
224223
run: |

0 commit comments

Comments
 (0)