Skip to content

Commit 0fd484c

Browse files
committed
Revert "ci: set tsc for xvfb"
This reverts commit 4e05c1c.
1 parent 4e05c1c commit 0fd484c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ jobs:
3232
- name: Test Syntax Highlighting
3333
run: npm run test:grammar
3434
- name: Test Unittests
35-
run: |
36-
tsc
37-
xvfb-run --auto-servernum npm run test
35+
run: xvfb-run --auto-servernum npm run test
3836
# This will not fail the job if tests fail so we have to npm test separately
3937
- name: Coverage report
40-
run: |
41-
tsc
42-
xvfb-run --auto-servernum npm run coverage
38+
run: xvfb-run --auto-servernum npm run coverage
4339
- name: Upload coverage to Codecov
4440
uses: codecov/codecov-action@v3
4541
with:

0 commit comments

Comments
 (0)