From 0f5797a84f91ce49b576db1bae165a0271a42606 Mon Sep 17 00:00:00 2001 From: Cedric Halbronn <387346+saidelike@users.noreply.github.com> Date: Sun, 15 Jun 2025 07:27:24 +0100 Subject: [PATCH 1/2] Restore --- .github/workflows/test.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ab3614b0a..2c9bc3ffdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,15 +100,13 @@ jobs: env: NEOVIM_PATH: ${{ steps.vim.outputs.executable }} - # FIXME: Re-enable neovim lua tests - # https://github.com/cursorless-dev/cursorless/issues/2946 - # - name: Run neovim lua tests (Linux) - # uses: ./.github/actions/test-neovim-lua/ - # if: runner.os == 'Linux' && matrix.app_version == 'stable' - - # - name: Run neovim lua lint (Linux) - # uses: ./.github/actions/lint-lua-ls/ - # if: runner.os == 'Linux' && matrix.app_version == 'stable' + - name: Run neovim lua tests (Linux) + uses: ./.github/actions/test-neovim-lua/ + if: runner.os == 'Linux' && matrix.app_version == 'stable' + + - name: Run neovim lua lint (Linux) + uses: ./.github/actions/lint-lua-ls/ + if: runner.os == 'Linux' && matrix.app_version == 'stable' - name: Create vscode dist that can be installed locally run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install From 204e11a25b329d97e3013c0bcb943c735d30ca49 Mon Sep 17 00:00:00 2001 From: Cedric Halbronn <387346+saidelike@users.noreply.github.com> Date: Sun, 15 Jun 2025 07:54:13 +0100 Subject: [PATCH 2/2] luaRocksVersion: "3.12.0" --- .github/actions/test-neovim-lua/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/test-neovim-lua/action.yml b/.github/actions/test-neovim-lua/action.yml index 423ddaeb0d..9a0862f75f 100644 --- a/.github/actions/test-neovim-lua/action.yml +++ b/.github/actions/test-neovim-lua/action.yml @@ -7,6 +7,8 @@ runs: with: luaVersion: "luajit-openresty" - uses: leafo/gh-actions-luarocks@v5 + with: + luarocksVersion: "3.12.0" - shell: bash run: | luarocks install busted