We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9fdd0 commit 73fa488Copy full SHA for 73fa488
.github/actions/smoke-test/build.sh
@@ -9,6 +9,7 @@ npm install -g @devcontainers/cli
9
10
id_label="test-container=${IMAGE}"
11
id_image="${IMAGE}-test-image"
12
+echo "test it!"
13
echo "(*) Building image - ${IMAGE}"
14
devcontainer build --image-name ${id_image} --workspace-folder "src/${IMAGE}/"
15
echo "(*) Starting container - ${IMAGE}"
0 commit comments