We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df19c76 commit e8cb304Copy full SHA for e8cb304
.github/workflows/test.yml
@@ -100,9 +100,11 @@ jobs:
100
env:
101
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
102
103
- - name: Run neovim lua tests (Linux)
104
- uses: ./.github/actions/test-neovim-lua/
105
- 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)
106
+ # uses: ./.github/actions/test-neovim-lua/
107
+ # if: runner.os == 'Linux' && matrix.app_version == 'stable'
108
109
- name: Run neovim lua lint (Linux)
110
uses: ./.github/actions/lint-lua-ls/
0 commit comments