test(openai): add docker image auth e2e

This commit is contained in:
Peter Steinberger
2026-04-23 23:12:46 +01:00
parent f523bbfcd1
commit 467fcb1791
9 changed files with 332 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ const lanes = [
["plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update"],
["config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload"],
["bundled-channel-deps", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:bundled-channel-deps"],
["openai-image-auth", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:openai-image-auth"],
["qr", "pnpm test:docker:qr"],
];