We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56bda7 commit c3e4677Copy full SHA for c3e4677
.github/workflows/run-extension-tests.yml
@@ -21,4 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: npm i
23
- name: Run tests
24
- run: npm run test
+ run: |
25
+ startx &
26
+ npm run test
27
+ kill %1
0 commit comments