Skip to content

Commit b55aa1e

Browse files
committed
Update Test to use main branch of nvim-treesitter
1 parent 823d127 commit b55aa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git clone https://github.com/nvim-lua/plenary.nvim
4040
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
4141
cd ~/.local/share/nvim/site/pack/nvim-treesitter/start
42-
git clone https://github.com/nvim-treesitter/nvim-treesitter.git
42+
git clone -b "${{ github.ref_name }}" https://github.com/nvim-treesitter/nvim-treesitter.git
4343
4444
- name: Setup nvim and tree sitter
4545
env:

0 commit comments

Comments
 (0)