Files
NixOS/.gitea/workflows/mcp-tests.yml
Danilo Reyes b7eab2dd94
Some checks failed
MCP Tests / mcp-tests (push) Failing after 4s
exec pipeline as bash
2026-02-01 12:09:17 -06:00

25 lines
475 B
YAML

name: MCP Tests
on:
push:
branches: [ main ]
paths:
- 'scripts/**'
- 'docs/**'
- '.gitea/workflows/mcp-tests.yml'
pull_request:
paths:
- 'scripts/**'
- 'docs/**'
- '.gitea/workflows/mcp-tests.yml'
jobs:
mcp-tests:
runs-on: nixos
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run MCP lint/format/tests via nix-shell
run: bash ./scripts/mcp-server/run-tests.sh