File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 - run : pnpm --color test
4848 if : runner.os != 'Linux'
4949 - run : xvfb-run -a pnpm -F @cursorless/test-harness test:talonJs
50- if : runner.os == 'Linux' && matrix.vscode_version == 'stable'
50+ if : runner.os == 'Linux' && matrix.app_version == 'stable'
5151 - run : pnpm -F @cursorless/test-harness test:talonJs
52- if : runner.os != 'Linux' && matrix.vscode_version == 'stable'
52+ if : runner.os != 'Linux' && matrix.app_version == 'stable'
5353 - run : xvfb-run -a pnpm -F @cursorless/cursorless-everywhere-talon-e2e test:quickjs
54- if : runner.os == 'Linux' && matrix.vscode_version == 'stable'
54+ if : runner.os == 'Linux' && matrix.app_version == 'stable'
5555 - run : pnpm -F @cursorless/cursorless-everywhere-talon-e2e test:quickjs
56- if : runner.os != 'Linux' && matrix.vscode_version == 'stable'
56+ if : runner.os != 'Linux' && matrix.app_version == 'stable'
5757 - run : bash -x scripts/install-neovim-dependencies.sh
5858 - uses : rhysd/action-setup-vim@v1
5959 id : vim
You can’t perform that action at this time.
0 commit comments