Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 12, 2023
1 parent c85fd98 commit 4fd1398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/smoke-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ npm install -g @devcontainers/cli

echo "Building Dev Container"
ID_LABEL="test-container=${TEMPLATE_ID}"
echo "I am up to here 1"
echo "I am up to here 1"
echo "${SRC_DIR}"
devcontainer up --id-label ${ID_LABEL} --workspace-folder "${SRC_DIR}" --log-level debug
echo "I am up to here 2"

0 comments on commit 4fd1398

Please sign in to comment.