Skip to content

Commit d1f160e

Browse files
committed
Remove VIM executable path
1 parent ddebe06 commit d1f160e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/vim-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
repository: thinca/vim-themis
6060
path: vim-themis
6161

62-
- name: Debug if run with debugging enabled
63-
uses: lhotari/action-upterm@v1
62+
# - name: Debug if run with debugging enabled
63+
# uses: lhotari/action-upterm@v1
6464

6565
- name: Run Themis with full CLI
66-
env:
67-
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
66+
# env:
67+
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
6868
run: ./vim-themis/bin/themis ./test/vim-test.vim
6969

7070
- name: Run Themis with simple CLI
71-
env:
72-
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
71+
# env:
72+
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
7373
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim

0 commit comments

Comments
 (0)