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

This commit is contained in:
Danilo Reyes
2026-02-08 15:11:59 -06:00
parent 67119653b5
commit 6d29835303
2 changed files with 5 additions and 3 deletions

View File

@@ -31,5 +31,5 @@ jobs:
- name: Run MCP lint/format/tests via nix-shell
run: |
cd "${GITEA_WORKSPACE:-${GITHUB_WORKSPACE:-$PWD}}"
nix run .#mcp-tests
repo_root="$PWD"
MCP_TESTS_WORKDIR="$repo_root" nix run .#mcp-tests