We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tsc
1 parent 4e05c1c commit 0fd484cCopy full SHA for 0fd484c
.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
- run: |
36
- tsc
37
- xvfb-run --auto-servernum 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
- xvfb-run --auto-servernum 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