Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 26463f0

Browse files
ci: improve tets script (#76)
* ci: improve script * fix: config path
1 parent 1653f09 commit 26463f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
chmod a+x ./nvim.appimage
2121
./nvim.appimage --appimage-extract
2222
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
23-
- name: Install plugins
23+
- name: Install parsers
2424
run: |
25-
nvim --headless -u test/init.lua +"sleep 60" +qa
26-
- name: Install parser
27-
run: |
28-
nvim --headless -u test/init.lua +"silent TSInstall html" +"sleep 60" +qa
25+
nvim --headless -u test/init.lua -c "TSInstallSync html" -c "q"
2926
- name: Run Tests
3027
run: |
3128
nvim --version

0 commit comments

Comments
 (0)