We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7183b5a commit a8d873fCopy full SHA for a8d873f
.github/workflows/ci.yaml
@@ -54,6 +54,10 @@ jobs:
54
run: yarn lint
55
if: success()
56
57
+ - name: Run code-server unit tests
58
+ run: yarn test:unit
59
+ if: success()
60
+
61
- name: Upload coverage report to Codecov
62
run: yarn coverage
63
@@ -404,9 +408,6 @@ jobs:
404
408
rm -r node_modules/playwright
405
409
yarn install --check-files
406
410
407
- - name: Run end-to-end tests
- run: yarn test:unit
-
411
- name: Run end-to-end tests
412
run: yarn test:e2e
413
0 commit comments