From 8f408ec86aa987d2247530f5693eb58c4559c21c Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Tue, 2 Jul 2024 10:47:49 +0100 Subject: [PATCH] ci: fix nightly --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 167a356d..284204c8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: run: make nvim-test - name: Install parsers - run: make parsers NEOVIM_VERSION=$NEOVIM_VERSION + run: make parsers - name: Run Test run: make test NVIM_TS_SHA=$NVIM_TS_SHA