File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -877,30 +877,29 @@ workflows:
877
877
jobs :
878
878
- unit-tests-ui :
879
879
name : UTest - UI
880
- # filters:
881
- # branches:
882
- # only:
883
- # - /^fe/feature.*/
884
- # - /^fe/bugfix.*/
880
+ filters :
881
+ branches :
882
+ only :
883
+ - /^fe/feature.*/
884
+ - /^fe/bugfix.*/
885
885
# BE Unit + Integration (limited RTEs) tests for "be/feature" or "be/bugfix" branches only
886
886
backend-tests :
887
887
jobs :
888
888
- unit-tests-api :
889
889
name : UTest - API
890
- # filters:
891
- # branches:
892
- # only:
893
- # - /^be/feature.*/
894
- # - /^be/bugfix.*/
890
+ filters :
891
+ branches :
892
+ only :
893
+ - /^be/feature.*/
894
+ - /^be/bugfix.*/
895
895
- integration-tests-run :
896
896
matrix :
897
897
alias : itest-code
898
898
parameters :
899
- rte : *iTestsNames
900
- # rte: *iTestsNamesShort
899
+ rte : *iTestsNamesShort
901
900
name : ITest - << matrix.rte >> (code)
902
- # requires:
903
- # - UTest - API
901
+ requires :
902
+ - UTest - API
904
903
# E2E tests for "e2e/feature" or "e2e/bugfix" branches only
905
904
e2e-tests :
906
905
jobs :
You can’t perform that action at this time.
0 commit comments