Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iprod-379): added test-functional as a deps to other ci-jobs #325

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ workflows:
- test-lint
- test-unit
- test-coverage
# - test-integration
- test-integration
# - test-functional
- vulnerability-check
- audit-licenses
Expand Down Expand Up @@ -831,7 +831,7 @@ workflows:
- test-lint
- test-unit
- test-coverage
# - test-integration
- test-integration
# - test-functional
- vulnerability-check
- audit-licenses
Expand All @@ -858,11 +858,10 @@ workflows:
- test-lint
- test-unit
- test-coverage
# - test-integration
- test-integration
# - test-functional
- vulnerability-check
- audit-licenses
# - test-integration
- license-scan
- image-scan
filters:
Expand All @@ -878,11 +877,10 @@ workflows:
- test-lint
- test-unit
- test-coverage
# - test-integration
- test-integration
# - test-functional
- vulnerability-check
- audit-licenses
# - test-integration
- license-scan
- image-scan
filters:
Expand Down
Loading