Skip to content

Commit a8d873f

Browse files
committed
refactor(ci): fix unit tests job
1 parent 7183b5a commit a8d873f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
run: yarn lint
5555
if: success()
5656

57+
- name: Run code-server unit tests
58+
run: yarn test:unit
59+
if: success()
60+
5761
- name: Upload coverage report to Codecov
5862
run: yarn coverage
5963
if: success()
@@ -404,9 +408,6 @@ jobs:
404408
rm -r node_modules/playwright
405409
yarn install --check-files
406410
407-
- name: Run end-to-end tests
408-
run: yarn test:unit
409-
410411
- name: Run end-to-end tests
411412
run: yarn test:e2e
412413

0 commit comments

Comments
 (0)