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 a88e3a9 commit 5af551dCopy full SHA for 5af551d
.github/workflows/main.yaml
@@ -32,14 +32,10 @@ jobs:
32
- name: Test Syntax Highlighting
33
run: npm run test:grammar
34
- name: Test Unittests
35
- uses: GabrielBB/xvfb-action@v1
36
- with:
37
- run: npm run test
+ run: xvfb-run --auto-servernum npm run test
38
# This will not fail the job if tests fail so we have to npm test separately
39
- name: Coverage report
40
41
42
- run: npm run coverage
+ run: xvfb-run --auto-servernum npm run coverage
43
- name: Upload coverage to Codecov
44
uses: codecov/codecov-action@v3
45
with:
0 commit comments