We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0aa0d commit 5138827Copy full SHA for 5138827
.github/workflows/main.yaml
@@ -52,12 +52,12 @@ jobs:
52
- name: Test Syntax Highlighting
53
run: npm run test:grammar
54
- name: Test Unittests
55
- uses: GabrielBB/xvfb-action@v1
+ uses: GabrielBB/xvfb-action@v1.6
56
with:
57
run: npm run test
58
# This will not fail the job if tests fail so we have to npm test separately
59
- name: Coverage report
60
61
62
run: npm run coverage
63
- name: Upload coverage to Codecov
0 commit comments