Skip to content

Commit faebc22

Browse files
committed
ci: add nvim feature to test matrices
Extend CI workflow to include the nvim devcontainer feature in both test-autogenerated and test-scenarios job matrices. Ensures comprehensive testing coverage for the newly added nvim feature.
1 parent 29f2cf1 commit faebc22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- atlas
1616
- starship
1717
- opencode
18+
- nvim
1819
baseImage:
1920
- debian:latest
2021
- ubuntu:latest
@@ -34,6 +35,7 @@ jobs:
3435
- atlas
3536
- starship
3637
- opencode
38+
- nvim
3739
steps:
3840
- uses: actions/checkout@v4
3941
- name: "Install latest devcontainer CLI"

0 commit comments

Comments
 (0)