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 2589280 commit 6f9b97eCopy full SHA for 6f9b97e
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm ci
25
26
- name: Run tests
27
- run: npm test
+ run: xvfb-run -a npm test
28
29
- name: Compile extension
30
run: npm run compile
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
0 commit comments