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

Commit

Permalink
ci: improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Apr 8, 2024
1 parent 1653f09 commit 477568c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
chmod a+x ./nvim.appimage
./nvim.appimage --appimage-extract
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
- name: Install plugins
- name: Install parsers
run: |
nvim --headless -u test/init.lua +"sleep 60" +qa
- name: Install parser
run: |
nvim --headless -u test/init.lua +"silent TSInstall html" +"sleep 60" +qa
nvim --headless -u tests/init.lua -c "TSInstallSync html" -c "q"
- name: Run Tests
run: |
nvim --version
Expand Down

0 comments on commit 477568c

Please sign in to comment.