Skip to content

Commit

Permalink
Temporary disable test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
csessh committed Dec 12, 2024
1 parent dfe4d3e commit 5d34e36
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua

test:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
name: test
steps:
- name: checkout
uses: actions/checkout@v3

- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}

- name: run tests
run: make test
# test:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# nvim-versions: ['stable', 'nightly']
# name: test
# steps:
# - name: checkout
# uses: actions/checkout@v3
#
# - uses: rhysd/action-setup-vim@v1
# with:
# neovim: true
# version: ${{ matrix.nvim-versions }}
#
# - name: run tests
# run: make test

0 comments on commit 5d34e36

Please sign in to comment.