Skip to content

Commit 37815bd

Browse files
committed
fix ci config, again
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
1 parent 6db2d0b commit 37815bd

1 file changed

Lines changed: 17 additions & 34 deletions

File tree

.circleci/config.yml

Lines changed: 17 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -637,43 +637,26 @@ workflows:
637637
version: 2.1
638638
test:
639639
jobs:
640-
- test_generic:
641-
context: []
642-
- test_agent:
643-
context: []
644-
- test_converter:
645-
context: []
646-
- test_runner_epdata_score:
647-
context: []
648-
- test_env_general:
649-
context: []
650-
- test_alert_alarm:
651-
context: []
652-
- test_issue:
653-
context: []
654-
- legacy_lightsim_old_pp:
655-
context: []
656-
- legacy_lightsim:
657-
context: []
658-
- test_chronix2grid:
659-
context: []
640+
- test_generic
641+
- test_agent
642+
- test_converter
643+
- test_runner_epdata_score
644+
- test_env_general
645+
- test_alert_alarm
646+
- test_issue
647+
- legacy_lightsim_old_pp
648+
- legacy_lightsim
649+
- test_chronix2grid
660650

661651
install:
662652
jobs:
663-
- install38:
664-
context: []
665-
- install39:
666-
context: []
667-
- install310:
668-
context: []
669-
- install311:
670-
context: []
671-
- install312:
672-
context: []
673-
- install313:
674-
context: []
675-
- install314:
676-
context: []
653+
- install38
654+
- install39
655+
- install310
656+
- install311
657+
- install312
658+
- install313
659+
- install314
677660

678661
# gather_test_report:
679662
# requires:

0 commit comments

Comments
 (0)