Skip to content

Commit 5d34e36

Browse files
committed
Temporary disable test github action
1 parent dfe4d3e commit 5d34e36

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/lint-test.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
args: --color always --check lua
1616

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

0 commit comments

Comments
 (0)