emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 139 forks source link

Attempt to fix CI. #541

Closed jcs090218 closed 3 years ago

jcs090218 commented 3 years ago

For #540.

jcs090218 commented 3 years ago

@ericdallo It seems like there are other errors! 😕

ericdallo commented 3 years ago

Yeah, probably removing this unnecessary echo should fix it: https://github.com/emacs-lsp/lsp-ui/blob/master/.github/workflows/test.yml#L53

jcs090218 commented 3 years ago

Thanks! It works!