We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e408d7d commit 28e807bCopy full SHA for 28e807b
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
- uses: microsoft/playwright-github-action@v1
41
- name: Install dependencies and run tests
42
run: |
43
- node ./release-packages/code-server*-linux-amd64 --home $CODE_SERVER_ADDRESS/healthz &
+ ./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
44
yarn --frozen-lockfile
45
yarn test
46
0 commit comments