Skip to content

Commit

Permalink
Change VIM in Test to nightly (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote authored Oct 7, 2024
1 parent 22c1fc8 commit 791039d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: Invoke-Build Build

- name: Install Vim
id: vim
uses: rhysd/action-setup-vim@v1
with:
version: nightly

- name: Checkout vim-ps1
uses: actions/checkout@v4
Expand All @@ -59,6 +62,9 @@ jobs:
repository: thinca/vim-themis
path: vim-themis

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

- name: Run Themis with full CLI
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
Expand Down

0 comments on commit 791039d

Please sign in to comment.