From 75ad579406aff2e2841cf4c14cf89e7d4bffc0f8 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 20 Jul 2023 20:13:43 +0300 Subject: [PATCH] fix ci --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ca0372..b3eecf5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,5 +21,4 @@ jobs: - name: Run Tests run: | nvim --version - [ ! -d tests ] && exit 0 nvim --headless -u ./spec/minimal_init.lua -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.lua', sequential=true}"