Archived
1
0

refactor: remove --home flag/feature

We are removing this because it was removed upstream in PR~115599.
This commit is contained in:
Joe Previte
2021-03-16 12:18:33 -07:00
parent ae02023454
commit 0c2708302d
5 changed files with 31 additions and 51 deletions

View File

@ -40,7 +40,7 @@ jobs:
- uses: microsoft/playwright-github-action@v1
- name: Install dependencies and run tests
run: |
./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
./release-packages/code-server*-linux-amd64/bin/code-server &
yarn --frozen-lockfile
yarn test
- name: Upload test artifacts