Skip to content

Commit d4d62db

Browse files
author
thepagent
committed
fix(ci): add cursor variant to docker-smoke-test.yml
Missing from PR #301 — opencode was added in #258 but cursor was not included in the smoke test matrix.
1 parent d461e4f commit d4d62db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- { dockerfile: Dockerfile.gemini, suffix: "-gemini", agent: "gemini", agent_args: "--acp" }
2020
- { dockerfile: Dockerfile.copilot, suffix: "-copilot", agent: "copilot", agent_args: "--acp" }
2121
- { dockerfile: Dockerfile.opencode, suffix: "-opencode", agent: "opencode", agent_args: "acp" }
22+
- { dockerfile: Dockerfile.cursor, suffix: "-cursor", agent: "cursor-agent", agent_args: "acp" }
2223
runs-on: ubuntu-latest
2324
steps:
2425
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)