Skip to content

Commit 9a648db

Browse files
author
Artem
committed
rollback circle config for tests
1 parent 1100f46 commit 9a648db

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.circleci/config.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -877,30 +877,29 @@ workflows:
877877
jobs:
878878
- unit-tests-ui:
879879
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.*/
885885
# BE Unit + Integration (limited RTEs) tests for "be/feature" or "be/bugfix" branches only
886886
backend-tests:
887887
jobs:
888888
- unit-tests-api:
889889
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.*/
895895
- integration-tests-run:
896896
matrix:
897897
alias: itest-code
898898
parameters:
899-
rte: *iTestsNames
900-
# rte: *iTestsNamesShort
899+
rte: *iTestsNamesShort
901900
name: ITest - << matrix.rte >> (code)
902-
# requires:
903-
# - UTest - API
901+
requires:
902+
- UTest - API
904903
# E2E tests for "e2e/feature" or "e2e/bugfix" branches only
905904
e2e-tests:
906905
jobs:

0 commit comments

Comments
 (0)