Fix prettier formatting

This commit is contained in:
Lina Tawfik
2025-05-23 11:31:08 -07:00
parent a29981fe38
commit 5b025a2e43
11 changed files with 557 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
version: "3.8"
services:
mcp-test:
build:
context: ../..
dockerfile: test/docker-test/Dockerfile
environment:
- GITHUB_TOKEN=test-token
- REPO_OWNER=anthropics
- REPO_NAME=anthropic
- BRANCH_NAME=test-branch
volumes:
# Mount the source code for live testing
- ../../src:/home/runner/work/_actions/anthropics/claude-code-action/main/src
- ../../test:/home/runner/work/_actions/anthropics/claude-code-action/main/test