You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
"As a Bodywork Developer, I would like the end-to-end integration tests to be executed before any other integration test and to fail the CICD pipeline if it fails, so that compute resources aren't wasted running tests that are likely to also fail."
Tasks
create a new command in tox.ini that will only execute test_workflow_and_service_management_end_to_end_from_cli.
modify .circleci/config.yaml so that test_workflow_and_service_management_end_to_end_from_cli is executed prior to any other integration test, such that it will fail the CICD pipeline early on failure.
The text was updated successfully, but these errors were encountered:
"As a Bodywork Developer, I would like the end-to-end integration tests to be executed before any other integration test and to fail the CICD pipeline if it fails, so that compute resources aren't wasted running tests that are likely to also fail."
Tasks
tox.ini
that will only executetest_workflow_and_service_management_end_to_end_from_cli
..circleci/config.yaml
so thattest_workflow_and_service_management_end_to_end_from_cli
is executed prior to any other integration test, such that it will fail the CICD pipeline early on failure.The text was updated successfully, but these errors were encountered: