Skip to content

Commit 73fa488

Browse files
committed
to trigger smoke tests
1 parent de9fdd0 commit 73fa488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/smoke-test/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ npm install -g @devcontainers/cli
99

1010
id_label="test-container=${IMAGE}"
1111
id_image="${IMAGE}-test-image"
12+
echo "test it!"
1213
echo "(*) Building image - ${IMAGE}"
1314
devcontainer build --image-name ${id_image} --workspace-folder "src/${IMAGE}/"
1415
echo "(*) Starting container - ${IMAGE}"

0 commit comments

Comments
 (0)