diff --git a/.github/actions/smoke-test/build.sh b/.github/actions/smoke-test/build.sh index a331379..ea087ed 100755 --- a/.github/actions/smoke-test/build.sh +++ b/.github/actions/smoke-test/build.sh @@ -54,5 +54,5 @@ echo "Building Dev Container" ID_LABEL="test-container=${TEMPLATE_ID}" echo "I am up to here 1" echo "${SRC_DIR}" -devcontainer up --id-label ${ID_LABEL} --workspace-folder "${SRC_DIR}" --log-level debug --skip-post-create +devcontainer up --id-label ${ID_LABEL} --workspace-folder "${SRC_DIR}" echo "I am up to here 2"