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 2a4bc1b commit ba4327cCopy full SHA for ba4327c
1 file changed
.circleci/config.yml
@@ -53,6 +53,9 @@ jobs:
53
- run:
54
name: Run performance tests
55
command: .circleci/test.sh performance-jasmine
56
+ - store_artifacts:
57
+ path: ~/Downloads
58
+ destination: /
59
60
61
timezone-jasmine:
0 commit comments