@@ -63,23 +63,23 @@ jobs:
63
63
run : xvfb-run -a pnpm --color test
64
64
if : runner.os == 'Linux'
65
65
66
- - name : Run tests (Other )
66
+ - name : Run tests (Win,Mac )
67
67
run : pnpm --color test
68
68
if : runner.os != 'Linux'
69
69
70
70
- name : Run Talon-JS tests (Linux)
71
71
run : xvfb-run -a pnpm -F @cursorless/test-harness test:talonJs
72
72
if : runner.os == 'Linux' && matrix.app_version == 'stable'
73
73
74
- - name : Run Talon-JS tests (Other )
74
+ - name : Run Talon-JS tests (Win,Mac )
75
75
run : pnpm -F @cursorless/test-harness test:talonJs
76
76
if : runner.os != 'Linux' && matrix.app_version == 'stable'
77
77
78
78
- name : Run Cursorless-everywhere-talon tests (Linux)
79
79
run : xvfb-run -a pnpm -F @cursorless/cursorless-everywhere-talon-e2e test:quickjs
80
80
if : runner.os == 'Linux' && matrix.app_version == 'stable'
81
81
82
- - name : Run Cursorless-everywhere-talon tests (Other )
82
+ - name : Run Cursorless-everywhere-talon tests (Win,Mac )
83
83
run : pnpm -F @cursorless/cursorless-everywhere-talon-e2e test:quickjs
84
84
if : runner.os != 'Linux' && matrix.app_version == 'stable'
85
85
@@ -120,11 +120,11 @@ jobs:
120
120
packagePath : packages/cursorless-vscode/dist
121
121
dryRun : true
122
122
123
- - name : Rename vsix
123
+ - name : Rename vsix (Linux)
124
124
run : mv ${{ steps.createVsix.outputs.vsixPath }} cursorless-development.vsix
125
125
if : runner.os == 'Linux' && matrix.app_version == 'stable'
126
126
127
- - name : Upload vsix
127
+ - name : Upload vsix (Linux)
128
128
uses : actions/upload-artifact@v4
129
129
if : runner.os == 'Linux' && matrix.app_version == 'stable'
130
130
with :
0 commit comments