Skip to content

Commit bac427f

Browse files
Merge branch 'fallback' of github.com:cursorless-dev/cursorless into fallback
2 parents bac36d9 + f0e4d35 commit bac427f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
env:
2626
APP_VERSION: ${{ matrix.app_version }}
27-
NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
27+
# FIXME: https://github.com/cursorless-dev/cursorless/issues/2793
28+
# NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
29+
NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'v0.10.3' || 'v0.10.0' }}
2830
VSCODE_CRASH_DIR: ${{ github.workspace }}/artifacts/dumps
2931
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3032
CURSORLESS_REPO_ROOT: ${{ github.workspace }}

data/fixtures/recorded/fallback/takeThis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ finalState:
2323
fallback:
2424
action: setSelection
2525
modifiers: []
26-

0 commit comments

Comments
 (0)