We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d4f2d commit a8747eeCopy full SHA for a8747ee
.github/workflows/tests.yml
@@ -16,27 +16,7 @@ jobs:
16
17
steps:
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
28
- neovim: true
29
- version: ${{ matrix.neovim_version }}
30
-
31
- - name: Setup Lua
32
- uses: leso-kn/gh-actions-lua@master
33
34
- luaVersion: "5.1"
35
36
- - name: Setup Luarocks
37
- uses: hishamhm/gh-actions-luarocks@master
38
39
- luarocksVersion: "3.11.0"
40
41
- name: Run tests
42
- run: luarocks test --local
+ uses: nvim-neorocks/nvim-busted-action@v1
+ with:
+ nvim_version: ${{ matrix.neovim_version }}
0 commit comments