diff --git a/bitrise.yml b/bitrise.yml index 69b8b49..b4e83c2 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -2,10 +2,9 @@ format_version: 11 default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git workflows: - ci: - after_run: - - check - - e2e + check: + steps: + - git::https://github.com/bitrise-steplib/steps-check.git: {} e2e: steps: @@ -13,10 +12,6 @@ workflows: inputs: - workflow: e2e - check: - steps: - - git::https://github.com/bitrise-steplib/steps-check.git: {} - sample: envs: # Configs @@ -108,4 +103,4 @@ workflows: - skip_metadata: "yes" - submit_for_review: "no" - fastlane_version: "latest" - - verbose_log: "yes" \ No newline at end of file + - verbose_log: "yes"