From e8cb3042bacf184c11536b0906623d8f0e3357e2 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Sat, 31 May 2025 16:49:27 +0200 Subject: [PATCH 1/2] Disable neovim lua tests --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c9bc3ffdb..599c5620f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,9 +100,11 @@ jobs: env: NEOVIM_PATH: ${{ steps.vim.outputs.executable }} - - name: Run neovim lua tests (Linux) - uses: ./.github/actions/test-neovim-lua/ - if: runner.os == 'Linux' && matrix.app_version == 'stable' + # 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/ From 22b63ffb1bf08430548718a089835bd6ba4ee550 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Sat, 31 May 2025 17:13:21 +0200 Subject: [PATCH 2/2] Disable lua lint --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 599c5620f7..6ab3614b0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,9 +106,9 @@ jobs: # 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 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