File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 name : Run tests
1212 runs-on : ubuntu-latest
13+ strategy :
14+ matrix :
15+ neovim_version : ['nightly']
1316
1417 steps :
1518 - uses : actions/checkout@v2
2528 git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
2629 ln -s "$(pwd)" ~/.local/share/nvim/site/pack/vendor/start
2730
31+ - name : Setup neovim
32+ uses : rhysd/action-setup-vim@v1
33+ with :
34+ neovim : true
35+ version : ${{ matrix.neovim_version }}
36+
2837 - name : Run tests
2938 run : |
30- curl -OL https://raw.githubusercontent.com/norcalli/bot-ci/master/scripts/github-actions-setup.sh
31- source github-actions-setup.sh nightly-x64
3239 nvim --headless --noplugin -u tests/minimal.vim -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}"
You can’t perform that action at this time.
0 commit comments