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 accc73a commit c05fc86Copy full SHA for c05fc86
.circleci/config.yml
@@ -139,9 +139,6 @@ jobs:
139
140
- store_artifacts:
141
path: target/jmeter/reports
142
-
143
- - store_test_results:
144
- path: target/jmeter/test-results
145
146
workflows:
147
version: 2
@@ -155,7 +152,7 @@ workflows:
155
152
- build
156
153
filters:
157
154
branches:
158
- only: ['develop']
+ only: ['develop', 'connect-performance-testing']
159
- deployProd:
160
context : org-global
161
requires:
0 commit comments