Skip to content

Commit

Permalink
Change to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Oct 2, 2024
1 parent 4bf9135 commit ff63f4b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/vim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
run: Invoke-Build Build

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

- name: Checkout vim-ps1
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,11 +66,11 @@ jobs:
# uses: lhotari/action-upterm@v1

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

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

0 comments on commit ff63f4b

Please sign in to comment.