Skip to content

Commit e949c4c

Browse files
Merge branch 'main' into argumentList
2 parents fa06c74 + cffef99 commit e949c4c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,15 @@ jobs:
100100
env:
101101
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
102102

103-
- name: Run neovim lua tests (Linux)
104-
uses: ./.github/actions/test-neovim-lua/
105-
if: runner.os == 'Linux' && matrix.app_version == 'stable'
106-
107-
- name: Run neovim lua lint (Linux)
108-
uses: ./.github/actions/lint-lua-ls/
109-
if: runner.os == 'Linux' && matrix.app_version == 'stable'
103+
# FIXME: Re-enable neovim lua tests
104+
# https://github.com/cursorless-dev/cursorless/issues/2946
105+
# - 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/
111+
# if: runner.os == 'Linux' && matrix.app_version == 'stable'
110112

111113
- name: Create vscode dist that can be installed locally
112114
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install

0 commit comments

Comments
 (0)