Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Apr 9, 2023
1 parent 28c1c3a commit 1b2d13e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@ jobs:
override: true
components: rust-analyzer

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Install other depedencies
run: |
pip3 install python-lsp-server autopep8 rope pycodestyle pyflakes pydocstyle mccabe pylint
sudo apt-get install clangd
ln -sf `rustup which --toolchain stable rust-analyzer` ~/.cargo/bin/rust-analyzer
wget -qO- 'https://download.eclipse.org/jdtls/milestones/1.21.0/jdt-language-server-1.21.0-202303161431.tar.gz' | tar xz
echo "${PWD}/bin" >> $GITHUB_PATH
- name: Build eglot
run: make compile
Expand Down
1 change: 1 addition & 0 deletions eglot-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ then restored."
("project/.git/" . nil))
(with-current-buffer
(eglot--find-file-noselect "project/src/main/java/foo/Main.java")
(should (zerop (shell-command "git init")))
(eglot--sniffing (:server-notifications s-notifs)
(should (eglot--tests-connect 20))
(eglot--wait-for (s-notifs 10)
Expand Down

0 comments on commit 1b2d13e

Please sign in to comment.