Skip to content

Commit c05fc86

Browse files
committed
Update config.yml
1 parent accc73a commit c05fc86

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ jobs:
139139

140140
- store_artifacts:
141141
path: target/jmeter/reports
142-
143-
- store_test_results:
144-
path: target/jmeter/test-results
145142

146143
workflows:
147144
version: 2
@@ -155,7 +152,7 @@ workflows:
155152
- build
156153
filters:
157154
branches:
158-
only: ['develop']
155+
only: ['develop', 'connect-performance-testing']
159156
- deployProd:
160157
context : org-global
161158
requires:

0 commit comments

Comments
 (0)