diff --git a/.vortex/tests/bats/_helper.deployment.bash b/.vortex/tests/bats/_helper.deployment.bash index 537772307..3fa7a82ce 100644 --- a/.vortex/tests/bats/_helper.deployment.bash +++ b/.vortex/tests/bats/_helper.deployment.bash @@ -117,8 +117,7 @@ install_and_build_site() { else run_installer_quiet fi -step "Installer ran" -exit + assert_files_present_common assert_git_repo @@ -132,7 +131,7 @@ exit step "Add all files to new git repo" git_add_all_commit "Init Vortex config" "${dir}" - +exit 1 if [ "${should_build:-}" = "1" ]; then step "Build project"