Skip to content

Commit 9c6ed9f

Browse files
Update test workflow for app_version variable
1 parent 3266cc7 commit 9c6ed9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)