Skip to content

feat(proxy,mcp): tool argument and network response DLP hardening #146

feat(proxy,mcp): tool argument and network response DLP hardening

feat(proxy,mcp): tool argument and network response DLP hardening #146

Workflow file for this run

name: E2E Tests (Linux)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
e2e-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Docker Compose e2e tests
run: docker compose -f compose.e2e.yml up --build --abort-on-container-exit --exit-code-from test-runner
- name: Cleanup Docker Compose
if: always()
run: docker compose -f compose.e2e.yml down -v