Skip to content

Commit a8747ee

Browse files
mrcjkbmfussenegger
authored andcommitted
ci: use nvim-busted-action
1 parent 14d4f2d commit a8747ee

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

.github/workflows/tests.yml

+3-23
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,7 @@ jobs:
1616

1717
steps:
1818
- 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-
4119
- name: Run tests
42-
run: luarocks test --local
20+
uses: nvim-neorocks/nvim-busted-action@v1
21+
with:
22+
nvim_version: ${{ matrix.neovim_version }}

0 commit comments

Comments
 (0)