From 477568c237da8304cc5e8203b3ae7774ce29573e Mon Sep 17 00:00:00 2001 From: Luckas Date: Mon, 8 Apr 2024 12:00:35 +0300 Subject: [PATCH] ci: improve script --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 574195d..02bf6ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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