We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855eaa2 commit 0977b72Copy full SHA for 0977b72
.circleci/config.yml
@@ -53,6 +53,11 @@ jobs:
53
- run:
54
name: Run performance tests
55
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
61
62
name: Display system information
63
command: npm run system-info > ~/Downloads/system_info.txt
0 commit comments