Commit 5b3c7e4
committed
ci(github): fix cli version integration test
Updated `.github/workflows/test.yml` so Verify CLI version matches
the actual output shape.
It now checks for the stable prefix:
```
code-ollama/<package.json version>
```
instead of requiring the whole output to equal the bare semver.
That should survive the platform/runtime suffix you observed:
```
code-ollama/0.0.0 darwin-arm64 node-v24.11.1
```1 parent 36ae24d commit 5b3c7e4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments