Skip to main content
Glama
test-on-main.yml1.06 kB
name: Validate Main on: push: tags: - 'release/*' workflow_call: inputs: environment: type: string required: true description: "where to test" workflow_dispatch: inputs: environment: type: choice required: true description: "where to test" default: "tools" options: - tools - production - perf - ec2-node concurrency: group: validate-main cancel-in-progress: false jobs: e2e-validation: uses: ./.github/workflows/e2e-validation.yml with: environment: ec2-node test_dir: cypress/ux secrets: inherit on-failure: runs-on: ubuntu-latest needs: e2e-validation if: failure() steps: - run: | curl -X POST \ --header 'Content-type: application/json' \ --data "{\"text\": \":si: Failed Cypress E2E Test on main: <https://github.com/systeminit/si/actions/runs/$GITHUB_RUN_ID|:test_tube: Link>\"}" \ ${{ secrets.SLACK_WEBHOOK_URL }}

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server