Skip to content

Commit ddd5472

Browse files
committed
update workflows
1 parent 1477ad4 commit ddd5472

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,8 @@ jobs:
5252
git clone --depth 1 -b main https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
5353
git clone --depth 1 https://github.com/ray-x/guihua.lua ~/.local/share/nvim/site/pack/vendor/start/guihua.lua
5454
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
55-
- name: Install nvim-treesitter
56-
uses: actions/checkout@v4
57-
with:
58-
repository: nvim-treesitter/nvim-treesitter
59-
ref: main
60-
path: ${{ env.NVIM_TS_DIR }}
61-
- name: Setup Parsers cache
62-
id: parsers-cache
63-
uses: actions/cache@v4
64-
with:
65-
path: ~/.local/share/nvim/site/parser
66-
key: parsers-${{ hashFiles('parsers.lua') }}
6755
- name: Compile parsers
68-
if: steps.parsers-cache.outputs.cache-hit != 'true'
69-
working-directory: ${{ env.NVIM_TS_DIR }}
70-
run: nvim -l ./lua/tests/install-parsers.lua --max-jobs=2
56+
run: nvim -l lua/tests/install-parsers.lua --max-jobs=2
7157
- name: Run tests
7258
run: |
7359
export PATH="${PWD}/_neovim/bin:${PATH}"

0 commit comments

Comments
 (0)