Skip to content

Commit 791039d

Browse files
authored
Change VIM in Test to nightly (#2183)
1 parent 22c1fc8 commit 791039d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vim-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: Invoke-Build Build
3636

3737
- name: Install Vim
38+
id: vim
3839
uses: rhysd/action-setup-vim@v1
40+
with:
41+
version: nightly
3942

4043
- name: Checkout vim-ps1
4144
uses: actions/checkout@v4
@@ -59,6 +62,9 @@ jobs:
5962
repository: thinca/vim-themis
6063
path: vim-themis
6164

65+
# - name: Debug if run with debugging enabled
66+
# uses: lhotari/action-upterm@v1
67+
6268
- name: Run Themis with full CLI
6369
env:
6470
THEMIS_VIM: ${{ steps.vim.outputs.executable }}

0 commit comments

Comments
 (0)