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

This commit is contained in:
Danilo Reyes
2026-02-08 15:07:22 -06:00
parent b46e2a6269
commit dc94b8fc44

View File

@@ -37,10 +37,10 @@
];
text = ''
start_dir="$PWD"
if [ -n "${GITEA_WORKSPACE:-}" ]; then
cd "$GITEA_WORKSPACE"
elif [ -n "${GITHUB_WORKSPACE:-}" ]; then
cd "$GITHUB_WORKSPACE"
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