paths monitored
Some checks failed
MCP Tests / mcp-tests (push) Failing after 12s

This commit is contained in:
Danilo Reyes
2026-02-08 15:04:47 -06:00
parent e0aa2b337e
commit fc62d7ab32

View File

@@ -5,17 +5,26 @@ on:
branches: [ main ]
paths:
- 'scripts/**'
- 'docs/**'
- 'scripts/mcp-server/**'
- 'parts/packages.nix'
- 'flake.nix'
- 'flake.lock'
- '.gitea/workflows/mcp-tests.yml'
pull_request:
paths:
- 'scripts/**'
- 'docs/**'
- 'scripts/mcp-server/**'
- 'parts/packages.nix'
- 'flake.nix'
- 'flake.lock'
- '.gitea/workflows/mcp-tests.yml'
jobs:
mcp-tests:
runs-on: nixos
defaults:
run:
working-directory: ${{ github.workspace }}
steps:
- name: Checkout repository
uses: actions/checkout@v4