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 3a6b8e4 commit 426c2deCopy full SHA for 426c2de
.github/workflows/main.yaml
@@ -42,12 +42,12 @@ jobs:
42
- name: Test Syntax Highlighting
43
run: npm run test:grammar
44
- name: Test Unittests
45
- uses: GabrielBB/xvfb-action@v1
+ uses: GabrielBB/xvfb-action@v1.6
46
with:
47
run: npm run test
48
# This will not fail the job if tests fail so we have to npm test separately
49
- name: Coverage report
50
51
52
run: npm run coverage
53
- name: Upload coverage to Codecov
0 commit comments