...
Some checks failed
MCP Tests / mcp-tests (push) Failing after 4s

This commit is contained in:
Danilo Reyes
2026-02-08 15:06:13 -06:00
parent fc62d7ab32
commit b46e2a6269

View File

@@ -37,6 +37,11 @@
];
text = ''
start_dir="$PWD"
if [ -n "${GITEA_WORKSPACE:-}" ]; then
cd "$GITEA_WORKSPACE"
elif [ -n "${GITHUB_WORKSPACE:-}" ]; then
cd "$GITHUB_WORKSPACE"
fi
while [ ! -x ./scripts/mcp-server/run-tests.sh ]; do
if [ "$PWD" = "/" ]; then
echo "Could not find executable scripts/mcp-server/run-tests.sh starting from $start_dir" >&2