We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3daf1f commit 4f6708fCopy full SHA for 4f6708f
.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
pkill node
0 commit comments