Skip to content

Commit 166054b

Browse files
authored
Debugging ubuntu UI tests
1 parent 9867abb commit 166054b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,13 @@ jobs:
194194

195195
- name: Clean install dependencies
196196
run: npm ci
197-
197+
198198
- name: Install npm dependencies
199199
run: npm install
200200

201+
- name: Clean up previous VSCode test user data
202+
run: rm -rf .vscode-test
203+
201204
- name: Run UI tests
202205
run: npm run test-ui
203206
env:

0 commit comments

Comments
 (0)