File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - run : date +%F > todays-date
20
- - name : Restore cache for today's nightly.
21
- uses : actions/cache@v2
22
- with :
23
- path : _neovim
24
- key : ${{ runner.os }}-x64-${{ hashFiles('todays-date') }}
25
- - name : Setup neovim
26
- uses : rhysd/action-setup-vim@v1
27
- with :
28
- neovim : true
29
- version : ${{ matrix.neovim_version }}
30
-
31
- - name : Setup Lua
32
- uses : leso-kn/gh-actions-lua@master
33
- with :
34
- luaVersion : " 5.1"
35
-
36
- - name : Setup Luarocks
37
- uses : hishamhm/gh-actions-luarocks@master
38
- with :
39
- luarocksVersion : " 3.11.0"
40
-
41
19
- name : Run tests
42
- run : luarocks test --local
20
+ uses : nvim-neorocks/nvim-busted-action@v1
21
+ with :
22
+ nvim_version : ${{ matrix.neovim_version }}
You can’t perform that action at this time.
0 commit comments