File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
args : --color always --check lua
16
16
17
- test :
18
- runs-on : ubuntu-latest
19
- strategy :
20
- matrix :
21
- nvim-versions : ['stable', 'nightly']
22
- name : test
23
- steps :
24
- - name : checkout
25
- uses : actions/checkout@v3
26
-
27
- - uses : rhysd/action-setup-vim@v1
28
- with :
29
- neovim : true
30
- version : ${{ matrix.nvim-versions }}
31
-
32
- - name : run tests
33
- run : make test
17
+ # test:
18
+ # runs-on: ubuntu-latest
19
+ # strategy:
20
+ # matrix:
21
+ # nvim-versions: ['stable', 'nightly']
22
+ # name: test
23
+ # steps:
24
+ # - name: checkout
25
+ # uses: actions/checkout@v3
26
+ #
27
+ # - uses: rhysd/action-setup-vim@v1
28
+ # with:
29
+ # neovim: true
30
+ # version: ${{ matrix.nvim-versions }}
31
+ #
32
+ # - name: run tests
33
+ # run: make test
You can’t perform that action at this time.
0 commit comments