Skip to content

Commit f916976

Browse files
[test] Remove required checkout step
Apply mui/mui-x#17729
1 parent 678369f commit f916976

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -218,29 +218,15 @@ workflows:
218218
<<: *default-context
219219
- test_lint:
220220
<<: *default-context
221-
requires:
222-
- checkout
223221
- test_types:
224222
<<: *default-context
225-
requires:
226-
- checkout
227223
- test_static:
228224
<<: *default-context
229-
requires:
230-
- checkout
231225
- test_unit:
232226
<<: *default-context
233-
requires:
234-
- checkout
235227
- test_unit_browser:
236228
<<: *default-context
237-
requires:
238-
- checkout
239229
- test_integration:
240230
<<: *default-context
241-
requires:
242-
- checkout
243231
- test_bundle_size_monitor:
244232
<<: *default-context
245-
requires:
246-
- checkout

0 commit comments

Comments
 (0)