Skip to content

Commit 99fda52

Browse files
committed
re-enable wf tests
1 parent 19c96b0 commit 99fda52

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.circleci/config.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -260,39 +260,39 @@ workflows:
260260
- test_tasks:
261261
requires:
262262
- build
263-
# - test_workflow_se:
264-
# requires:
265-
# - build
266-
# - test_workflow_ctl_sub_se:
267-
# requires:
268-
# - build
269-
# - test_workflow_unrep_se:
270-
# requires:
271-
# - build
272-
# - test_workflow_pe:
273-
# requires:
274-
# - build
275-
# - test_workflow_pe_control_mode:
276-
# requires:
277-
# - build
278-
# - test_workflow_ctl_sub_pe:
279-
# requires:
280-
# - build
281-
# - test_workflow_ctl_sub_1ctl_pe:
282-
# requires:
283-
# - build
284-
# - test_workflow_hist_se:
285-
# requires:
286-
# - build
287-
# - test_workflow_hist_unrep_se:
288-
# requires:
289-
# - build
290-
# - test_workflow_hist_pe:
291-
# requires:
292-
# - build
293-
# - test_workflow_true_rep_only_pbam_se:
294-
# requires:
295-
# - build
296-
# - test_workflow_true_rep_only_pbam_pe:
297-
# requires:
298-
# - build
263+
- test_workflow_se:
264+
requires:
265+
- build
266+
- test_workflow_ctl_sub_se:
267+
requires:
268+
- build
269+
- test_workflow_unrep_se:
270+
requires:
271+
- build
272+
- test_workflow_pe:
273+
requires:
274+
- build
275+
- test_workflow_pe_control_mode:
276+
requires:
277+
- build
278+
- test_workflow_ctl_sub_pe:
279+
requires:
280+
- build
281+
- test_workflow_ctl_sub_1ctl_pe:
282+
requires:
283+
- build
284+
- test_workflow_hist_se:
285+
requires:
286+
- build
287+
- test_workflow_hist_unrep_se:
288+
requires:
289+
- build
290+
- test_workflow_hist_pe:
291+
requires:
292+
- build
293+
- test_workflow_true_rep_only_pbam_se:
294+
requires:
295+
- build
296+
- test_workflow_true_rep_only_pbam_pe:
297+
requires:
298+
- build

0 commit comments

Comments
 (0)