Skip to content

Commit 647232f

Browse files
committed
refactor: add note to test.sh about --home
1 parent ae85c95 commit 647232f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/dev/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ main() {
1717
echo " \$PASSWORD"
1818
echo " \$CODE_SERVER_ADDRESS"
1919
echo -e "\n"
20-
echo "Please make sure you have code-server running locally."
20+
echo "Please make sure you have code-server running locally with the flag:"
21+
echo " --home \$CODE_SERVER_ADDRESS/healthz "
2122
echo -e "\n"
2223
exit 1
2324
fi

0 commit comments

Comments
 (0)