From b7eab2dd94ed582c28356016a1f2af05e775f702 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 1 Feb 2026 12:09:17 -0600 Subject: [PATCH] exec pipeline as bash --- .gitea/workflows/mcp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/mcp-tests.yml b/.gitea/workflows/mcp-tests.yml index 17dda9e..47b198c 100644 --- a/.gitea/workflows/mcp-tests.yml +++ b/.gitea/workflows/mcp-tests.yml @@ -21,4 +21,4 @@ jobs: uses: actions/checkout@v4 - name: Run MCP lint/format/tests via nix-shell - run: ./scripts/mcp-server/run-tests.sh + run: bash ./scripts/mcp-server/run-tests.sh