Skip to content

Commit 0977b72

Browse files
committed
combine all csv files
1 parent 855eaa2 commit 0977b72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
- run:
5454
name: Run performance tests
5555
command: .circleci/test.sh performance-jasmine
56+
- run:
57+
name: Combine CSV files
58+
command: |
59+
head -n 1 `ls ~/Downloads/*.csv | head -n 1` > all.csv
60+
tail -n+2 -q ~/Downloads/*.csv >> all.csv
5661
- run:
5762
name: Display system information
5863
command: npm run system-info > ~/Downloads/system_info.txt

0 commit comments

Comments
 (0)