We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf9135 commit ff63f4bCopy full SHA for ff63f4b
.github/workflows/vim-test.yml
@@ -35,9 +35,10 @@ jobs:
35
run: Invoke-Build Build
36
37
- name: Install Vim
38
+ id: vim
39
uses: rhysd/action-setup-vim@v1
40
with:
- version: 'v9.1.0754'
41
+ version: nightly
42
43
- name: Checkout vim-ps1
44
uses: actions/checkout@v4
@@ -65,11 +66,11 @@ jobs:
65
66
# uses: lhotari/action-upterm@v1
67
68
- name: Run Themis with full CLI
- # env:
69
- # THEMIS_VIM: ${{ steps.vim.outputs.executable }}
+ env:
70
+ THEMIS_VIM: ${{ steps.vim.outputs.executable }}
71
run: ./vim-themis/bin/themis ./test/vim-test.vim
72
73
- name: Run Themis with simple CLI
74
75
76
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim
0 commit comments