Skip to content

Commit

Permalink
Update ci to install bash parser
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed May 25, 2024
1 parent 1112e47 commit 1b8e29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter.git ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
nvim --headless -c 'TSInstallSync python javascript lua rust go' -c 'q'
nvim --headless -c 'TSInstallSync python javascript lua rust go bash' -c 'q'
- name: Run tests
run: |
nvim --version
Expand Down

0 comments on commit 1b8e29d

Please sign in to comment.