Archived
1
0

Refactor vscode endpoints to use fork directly.

This commit is contained in:
Teffen Ellis
2021-09-29 23:14:56 -04:00
committed by Teffen
parent beebf53adc
commit d8c344beda
52 changed files with 502 additions and 3406 deletions

View File

@ -54,10 +54,6 @@ jobs:
run: yarn lint
if: success()
- name: Run code-server unit tests
run: yarn test:unit
if: success()
- name: Upload coverage report to Codecov
run: yarn coverage
if: success()
@ -408,6 +404,9 @@ jobs:
rm -r node_modules/playwright
yarn install --check-files
- name: Run end-to-end tests
run: yarn test:unit
- name: Run end-to-end tests
run: yarn test:e2e