Skip to content

Commit f335da2

Browse files
committed
fixup! Run PR validation on multiple OS
1 parent 327e62e commit f335da2

File tree

1 file changed

+1
-1
lines changed
  • kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript

1 file changed

+1
-1
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TsTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ abstract class TsTestBase {
143143
// ===== TypeScript Server (SSE/HTTP) =====
144144
protected fun startTypeScriptServer(port: Int): ContainerProcess {
145145
val container = GenericContainer(tsDockerImage()).apply {
146-
withImagePullPolicy(PullPolicy.alwaysPull())
147146
withCreateContainerCmdModifier { cmd -> cmd.withPlatform("linux/amd64") }
147+
withImagePullPolicy(PullPolicy.alwaysPull())
148148
withExposedPorts(port)
149149
mapOf(
150150
"MCP_HOST" to "0.0.0.0",

0 commit comments

Comments
 (0)