We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddebe06 commit d1f160eCopy full SHA for d1f160e
.github/workflows/vim-test.yml
@@ -59,15 +59,15 @@ jobs:
59
repository: thinca/vim-themis
60
path: vim-themis
61
62
- - name: Debug if run with debugging enabled
63
- uses: lhotari/action-upterm@v1
+ # - name: Debug if run with debugging enabled
+ # uses: lhotari/action-upterm@v1
64
65
- name: Run Themis with full CLI
66
- env:
67
- THEMIS_VIM: ${{ steps.vim.outputs.executable }}
+ # env:
+ # THEMIS_VIM: ${{ steps.vim.outputs.executable }}
68
run: ./vim-themis/bin/themis ./test/vim-test.vim
69
70
- name: Run Themis with simple CLI
71
72
73
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim
0 commit comments