Skip to content

fix(cli): fix generated Go MCP server run and doc #413

fix(cli): fix generated Go MCP server run and doc

fix(cli): fix generated Go MCP server run and doc #413

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
- name: Running Test e2e
run: |
kind create cluster
go mod tidy
make test-e2e