diff --git a/.vortex/tests/bats/_helper.deployment.bash b/.vortex/tests/bats/_helper.deployment.bash index 04fcda5a9..163ccb70a 100644 --- a/.vortex/tests/bats/_helper.deployment.bash +++ b/.vortex/tests/bats/_helper.deployment.bash @@ -111,7 +111,7 @@ install_and_build_site() { assert_files_not_present_common step "Initialise the project with the default settings" - +exit # shellcheck disable=SC2128 if [ -n "${answers:-}" ]; then run_installer_interactive "${answers[@]}" diff --git a/.vortex/tests/bats/deployment0.bats b/.vortex/tests/bats/deployment0.bats index 9c0a184e8..fc365c749 100644 --- a/.vortex/tests/bats/deployment0.bats +++ b/.vortex/tests/bats/deployment0.bats @@ -31,8 +31,8 @@ load _helper.deployment.bash # from for deployment. They may be the same place, but we are testing them # if they are separate, because most likely SRC_DIR will contain code # built on previous build stages of the CI process. -# install_and_build_site "${CURRENT_PROJECT_DIR}" -# + install_and_build_site "${CURRENT_PROJECT_DIR}" + substep "Copying built codebase into code source directory ${SRC_DIR}." cp -R "${CURRENT_PROJECT_DIR}/." "${SRC_DIR}/" else