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 f50af18 commit c87424bCopy full SHA for c87424b
.circleci/config.yml
@@ -130,18 +130,6 @@ workflows:
130
- test_unit:
131
version: '8'
132
name: 'test_unit_8'
133
- - test_unit:
134
- version: '10'
135
- name: 'test_unit_10'
136
137
- version: '11'
138
- name: 'test_unit_11'
139
140
- version: '12'
141
- name: 'test_unit_12'
142
143
- version: '13'
144
- name: 'test_unit_13'
145
146
version: '14'
147
name: 'test_unit_14'
@@ -156,10 +144,6 @@ workflows:
156
- release:
157
requires:
158
- test_unit_8
159
- - test_unit_10
160
- - test_unit_11
161
- - test_unit_12
162
- - test_unit_13
163
- test_unit_14
164
148
- test_lint
165
149
- test_types
0 commit comments