From f95cf4a546c430c8335396bb3398e97a45dee209 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 8 Feb 2026 15:08:11 -0600 Subject: [PATCH] ...3 --- .gitea/workflows/mcp-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/mcp-tests.yml b/.gitea/workflows/mcp-tests.yml index e0c297c..fe09df1 100644 --- a/.gitea/workflows/mcp-tests.yml +++ b/.gitea/workflows/mcp-tests.yml @@ -30,4 +30,6 @@ jobs: uses: actions/checkout@v4 - name: Run MCP lint/format/tests via nix-shell + env: + GITEA_WORKSPACE: ${{ github.workspace }} run: nix run .#mcp-tests