Skip to content

Commit c3e4677

Browse files
committed
Update workflow
1 parent f56bda7 commit c3e4677

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-extension-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: npm i
2323
- name: Run tests
24-
run: npm run test
24+
run: |
25+
startx &
26+
npm run test
27+
kill %1

0 commit comments

Comments
 (0)