Commit 854cd8c
committed
Enable integration tests in GitHub Actions
- Enable Ko setup step for building Docker images
- Enable integration test step to run task test-integration
- Fix image name mismatch: align KO_DOCKER_REPO and IMAGE_NAME
to use ghcr.io/stackloklabs/yardstick (without /server suffix)
to match the default set by setup-ko action
The integration tests validate all three MCP transports:
- STDIO transport via Docker container
- SSE transport on port 8080
- Streamable HTTP transport on port 8081
Resolves #4
Signed-off-by: Azeez Syed <[email protected]>1 parent 38a1ea8 commit 854cd8c
File tree
3 files changed
+6
-15
lines changed- .github/workflows
- test
3 files changed
+6
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments