Skip to content

Commit 6dc763c

Browse files
committed
Installing build-essential + debug step
1 parent bca119f commit 6dc763c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,16 @@ jobs:
4343
git clone --depth 1 https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim.git ~/.local/share/nvim/site/pack/vendor/start/mason-tool-installer.nvim.git
4444
git clone --depth 1 https://github.com/hrsh7th/nvim-cmp.git ~/.local/share/nvim/site/pack/vendor/start/nvim-cmp.git
4545
git clone --depth 1 https://github.com/hrsh7th/cmp-nvim-lsp.git ~/.local/share/nvim/site/pack/vendor/start/cmp-nvim-lsp.git
46+
sudo apt update -y
47+
sudo apt install build-essential -y
4648
4749
- name: Run Unit Tests
4850
run: make test-unit
4951

5052
- name: Run Functional Tests
5153
run: make test-functional
54+
55+
- name: Debug
56+
if: failure()
57+
run: |
58+
cat ~/.local/state/nvim/lsp.log

0 commit comments

Comments
 (0)