Skip to content

Commit

Permalink
fix(ci): ci failures
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 10, 2023
1 parent 6c0813a commit d14b56c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Test

on:
push:
pull_request:

jobs:
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
# name: Test
#
# on:
# push:
# pull_request:
#
# jobs:
# 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
Empty file added doc/readme.txt
Empty file.
1 change: 1 addition & 0 deletions lua/tutorial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ vim.cmd.messages("clear")

local nested = M.sync(function()
local response = M.wait_handle_error(M.wrap(lsp_request)())
vim.print(response)
end)

M.sync(function()
Expand Down

0 comments on commit d14b56c

Please sign in to comment.